Installing Java in Linux/UBUNTU
(updated from my old blog) Java is an object-oriented programming language developed by Sun Microsystems in the early 1990s. Java applications are compiled to bytecode, which at runtime is either...
View ArticleAndroid developments starts with java as the base
Hello all. Yesterday I have shared the post regarding how to install java in Ubuntu from my old post. Today, I am going to make a point about the reason for that post. Its ANDROID development. Let me...
View ArticleHow to: Install java eclipse on your computer
Hello everyone. A short intro about eclipse. Eclipse is “Just another SDE(Software development environment)”. The advantage of eclipse over other IDE are that we have the power to add the plugins that...
View ArticleTest your Java and web browser config for Android App inventor
Java is the heart of the Android application development tool, the App Inventor. Before starting the development, its necessary to check whether you are having the right version of java in your...
View ArticleUse Strings in Switch statment- Java 7 is here
Hello Java coders! Felt frustrated with the switch command in java 6 for not fetching a String as an input? Here comes your Saviour Java 7 have really satisfied the expectation among the developers....
View ArticleA single exception handler for multiple exceptions? – Java 7 makes it possible
Hello Friends, Still using Java 6? Don’t get sad after reading this article because this post explains how Java 7 makes life simple in printing exceptions. Till Java 6 and the previous versions, The...
View ArticleLeave the type blank during creation of generic instance- Java 7 +
Hello Friends. Are you using collections in your Java programs? And is it making your program complex by asking the data type for the generic instance? I really feel sorry if you are still using Java...
View ArticleProgram to convert HTML file into a pdf file- Java 6
The following code is to convert a html file into a pdf file. This code will work according to your wish //HtmlToPdf.java /* Java code to convert html page to a pdf * Import all the basic packages...
View Article