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
Are global variables initialized to zero?
Write a java program that prints all the values given at command-line.
What is comparator in java?
What is the difference between notify and notifyall method?
How do you sort a string in java?
What is java abstraction with example?
What is bytecode in java ?
What languages are pass by reference?
What are the two ways of implementing multi-threading in java?
What is type inference in java8?
What is variable and constant explain with example?
What is the size of int?
What is difference between static and abstract class?
What is binary search in java?
Is there any tag in htm to upload and download files?