Open Source IDE for Java

The aim of this post is to introduce you with some of the best open source IDE(Integrated Development Environment) for programming in Java.I found these IDE very useful for java programming- BlueJ BlueJ is a integrated java environment developed at a university.BlueJ was specifically designed for teaching java so it’s recommended for beginners.BlueJ is available …

Java Programming on Ubuntu 10.04

Java is multi platform programming language.It uses JDK(includes jre) to create a class file from the source code and then the generated class file can be run on any computer by using Java Virtual Machine(JVM).So to write and execute java programs Java Development Kit(JDK) must be installed on the computer. Installing JRE /JDK on Ubuntu …

Application of java programming language

Java is an Object Oriented Programming language developed by Sun Microsystems. The first version was released in 1995. Initially it was known as Oak but latter it was renamed to java. Java is platform-independent and it has lots of free and open source libraries that makes building enterprise applications easier and faster with higher degree …