Answer Posted / ranganathkini
JVM or Java Virtual Machine is the core component of the
Java platform. The JVM abstracts the underlying host
software/hardware platform and provides a standard execution
environment for Java-based applications across multiple
platforms.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
How do you write a good declaration?
How many bits is a char?
what are the methods in object?
Is overriding possible in java?
What is a static method in java?
what are the states associated in the thread? : Java thread
What is the purpose of a parameter?
Which is a valid identifier?
How is the marker interface used in Java?
What is meant by binding in rmi?
How can we pass argument to a function by reference instead of pass by value?
Is constructor inherited?
What is difference between class and object in java?
Why pointers are not used in java?
What is the difference between variable & constant?