Skip to main content

java

Some part of Indonesia.
by ---- March 3, 2003
mugGet the javamug.

java

A fully object-oriented programming language. Despised by some, it does not compile to machine code as most languages do, but rather to some "bytecode" that is interpreted by the Java Virtual Machine, which is basically emulation no matter what Sun says. Java programs run relatively slowly, but the syntax is pretty easy, and based on C and C++.
Java is a slow mid-level programming language.
System.out.println ("This is java.");
by M Daniell August 1, 2004
mugGet the javamug.

java

An object oriented programing language that is based on C++. It is compiled into Java bytecode, which can be run by a Java virtual machine on any computer. While Java programs are typicaly slower than their counterparts, they can run on any platform capable of runing the JVM.
Java should not be confused with Javascript, a scripting language that only shares a name and some syntax.
public class java{
public static void main(String args){
System.out.prinln("Hello World");
}
}
by P.108 April 14, 2006
mugGet the javamug.

java

coffee (from the Indonesian island coffee was exported from)
My mom can't wake up without a cup of java.
by Light Joker August 11, 2005
mugGet the javamug.

Java

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 12, 2011
mugGet the Javamug.

java

A small brown Chihuahua that gets treated like a human being although it is obviously just a small, albeit adorable, dog.

Easy ways to spot a Java:
1. has it's own social networking page.
2. dressed in some sort of girly matching dog costume meant to mimic the way a human being would dress.
3. entrance into a room is shortly followed by "ooooh" and "awwww".
4. spotted being carried in a purse or satchel
JJ: Wow although patty is a great dog, I wish I had a dog like Java!
by megachiller October 3, 2010
mugGet the javamug.

java

The bastard child of C++ that nobody wants.
Look at that Java written application. It's so slow and resource consuming...
by Qbert July 10, 2005
mugGet the javamug.

Share this definition