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 do you mean by classloader in java?
Java Compiler is stored in JDK, JRE or JVM?
How to set the permissions to a file in java?
What is the structure of java?
What is a byte array?
What is the effect of keeping a constructor private?
What is double data type?
What is collection sort in java?
What is a blocking method in Java?
What is a super method?
How many types of variables are there?
What is a substring of a string?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
Is set sorted in java?
If two threads have same priority which thread will be executed first ?