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 to find the given number is a prime number or not by getting input from the user
What is the importance of main method in Java?
Explain JMS in detail.
What are thread safe functions?
What is temp in java?
What is the difference between numeric and integer?
What are the problems faced by java programmers who don't use layout managers?
What is a prefix function.write down a code to compute prefix function.
What is string length in java?
What are the major drawbacks of external iteration?
Explain the difference between arraylist and linkedlist in java?
What are keywords in programming?
What is the meaning of course?
What about interthread communication and how it takes place in java?
Why can't we use static class instead of singleton?