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
When throw keyword is used?
What is the default value of float and double datatype in java?
In a container there are 5 components. I want to display all the component names, how will you do that?
What is lazy initialization in java?
Explain the inheritance?
What is the syntax and characteristics of a lambda expression?
Can we have 2 main methods in java class?
What is double word?
Why can we not override static method?
What is a Transient Object?
Tell me about different OOPS concepts.
Why java is used everywhere?
What is the point of polymorphism java?
Why java is call by value?
How would you format a date in java? I.e. In the ddmmyyy format?