Why Java is a platform independent language?Explain byte code
and JVM
Answer Posted / kabita
due to byte code and jvm java is platformindependent
language.as we know after compiling sourcecode it gives
java byte code.only jvm can execute bytecode and every os
(operating system) having their own jvm.so it is a
platformindependent language.jvm stands 4 java virtual
machine which executes the bytecode.bytecodes are the
intermediate language for jvm.
Is This Answer Correct ? | 47 Yes | 6 No |
Post New Answer View All Answers
Which is best framework in java?
Is lambda expression an object?
What is the use of entity class in java?
How do I install java re?
What is the meaning of the words public, static and void?
What is an interceptor in java?
In java thread programming, which method is a must implementation for all threads?
Can optional be null?
What is data persistence in java?
What if the main method is declared as private?
In system.out.println(), what is system, out and println?
What is the difference between a while statement and a do statement?
Write a program using call by refernce for two different classes to explain to print whether a given number is automorphic or not.
What is flatmap java?
How do I know if I have jre or jdk?