Answer Posted / jeetu choudhary
Java platform independency comes from JVM(Java Vitual Machine).
In java when a source code is executed then it converts into a intermidiate code which is known as bytecode.This intermidiate code can interprete on any system expect that system must contain the JVM.JVM interpret this bytecode and converts it into machine code.
JVM is a Hypothetical Computer Pltform.JVM is also called an extended Machine.JVM execute a java program on any computer that has a JAva ava runtime enviernment without recompiling the programe.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the restrictions imposed by a Security Manager on Applets?.
What are nested classes in java?
what is collatration?
What is the statements?
What is floor math?
What are class members by default?
Can variables be used in java without initialization?
State two differences between C and Java.
Write a program to find maximum and minimum number in array?
What is a variable in java?
When should we create our own custom exception classes?
What is jrmp?
What do you know about the garbage collector in java?
What is an eror in java?
Explain the concept of hashtables?