java

India
November 11, 2006 6:56am CST
let me have a clear understanding of java concepts
4 responses
@volatile (204)
• United States
12 Dec 06
Java was initially intended to be used for small networked appliances. But the language grew so much in popularity that it eventually became an all purpose language. The other guy talked about platform independence. This independence is because of the Java Virtual Machine. You can basically think of this as a simulated computer within your computer. Any machine that installs JVM has this "virtual" computer so that if you program in Java it will run on this virtual computer without any concern to the actual hardware you are running. The process goes like this: 1. The Java compiler compiles the source code and creates the corresponding BYTE CODE 2. When the program is executed this byte code is interpreted by the JVM and executed. That's one aspect of Java...I don't know what else you need to know. Do you understand the Object-Oriented paradigm?
@raghwagh (1527)
• India
11 Dec 06
Java is a 100% Object oriented and platform independent programming language developen by Sun.Everything in Java is done using objects and objects only.Java runs in its own environment which makes it platform independent as one requires the environment set up on the whichever platform you requires.Thus we can run a java application on Windows or Linus or Mackantosh.
• Singapore
11 Nov 06
I just use it for softwares in mobiles
@parimi (948)
• India
29 Nov 06
i don't any thing about that..........