Answer Posted / renuka reddy.
JVM(Java Virtual Machine):-
JVM plays a central role in making java portable.
when we write a code in java program the java
compiler converts the source code into bytecode (.class
file),after that JVM reads the bytecode and converts into
the machine understandable language.
Its just like the interpreter but the normal
interpreter is a platform dependent but JVM is a platform
independent.
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
Why string objects are immutable in java?
What does it mean to be immutable?
Is 64bit faster than 32 bit?
Does treeset allow null in java?
How do you add an element to a hashset in java?
When should I use stringbuffer?
How are variables stored?
Can a class have multiple subclasses?
What does || mean in code?
Objects or references which of them gets garbage collected?
What is a java developer salary?
What is the base class in java from which all classes are derived?
List two java ide’s?
What is the difference between an object-oriented programming language and object-based programming language?
List some important characteristics on jre