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
Does java isempty check for null?
Explain the importance of finally over return statement?
How many decimal places is a double?
What is a bubble sort in java?
What is difference between local variable and global variable?
What are the changes in java.io in java 8 ?
How do you implement polymorphism in our day to day life?
What is a numeric digit?
What will happen when using pass by reference in java?
What are latest features introduced with java 8?
How do you differentiate abstract class from interface?
Is multiple inheritance supported by java?
Differences between external iteration and internal iteration?
How does sublist works in java?
What is thread pool? How can we create thread pool in java?