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
What are the advantages of java inner classes?
What is the difference between delete and delete[]
What are the special characters?
What is the association?
Is finalize() similar to a destructor?
What is a ?
What is considered an anti pattern?
Does sprintf add a null terminator?
What is t in generics in java?
What are the drawbacks of reflection?
Where to store local variables?
How do I start learning java?
What is stream api in java8?
What do you mean by JVM?
What is an immutable object? How do you create one in java?