What is meant by JVM? Is JVM platform independent or not?
Answer / Shikha
Java Virtual Machine (JVM) is a platform-independent, software emulator that allows Java programs to run on various platforms. However, the JVM must be implemented for each specific platform.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an error in java?
How do you make a thread in java?
Name few "optional" classes introduced with java 8 ?
What is constructor and its types?
Explain about GridBag Layout?
Hi Friends.. can any one provide the real time example for methodoverloading and methodoverriding .........
What are encapsulation, inheritance and polymorphism?
What is nullpointerexception in java?
Can we add default constructor to Servlet?
what are the application of compiler and interpreter for source program
Can we sort hashset in java?
What method is used to compare two strings ?