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 is the final keyword?
What is the relationship difference the canvas class and the graphics class?
Wha is the output from system.out.println(“hello”+null); ?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
What is a priority queue java?
What is the difference between a constructor and a method?
What is a variable in java?
What is the reflection?
What are the three best choices for a development environment?
Can we increase size of array?
What are the steps in the jdbc connection?
Why use string handling in Java?
What is a loop java?
Explain the selection sort algorithm and state its time complexity?
What is run time allocation?