Answer Posted / nashiinformaticssolutions
It is an abstract machine that gives Java programs a runtime environment. The underlying operating system runs the compiled Java code after it has been interpreted by the JVM.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are data structures in java?
What about anonymous inner classes in java?
Is space a character in java?
Explain the importance of join() method in thread class?
What is a numeric literal?
What is data type in computer?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
Is a copy constructor?
Can a source file contain more than one class declaration?
Which is fastest collection in java?
What is the difference between an array and an array list?
Explain the importance of throws keyword in java?
Can a class have multiple superclasses?
Why can't we use static class instead of singleton?
What is the use of arraylist in java?