1 definition by branuniversity

A Object Oriented programming language. This language is the easiest to use. Coders do not have to understand pointers or references. They do not have to manage memory on the stack or heap. Its a programming language for complete idiots. It was written in C++

Java has draw backs. It cannot be used in system programming, or device driver development or kernel development (C and C++ are used). All applications developed in java run in a virtual machine. In addition Java applications are so bloated they take extreme amounts of memory to run, and they require extreme amounts of processing power for their virtual machines.
class HelloWorldApp {

public static void main(String args) {

System.out.println("Hello World!"); // Display the string.

}
}

The Freak of programming nature Java.
by branuniversity August 9, 2011
Get the Java mug.