Answer Posted / vinaya paluru
JVM stands for Java Virtual Machine. Its the environment in which java programs are executed.Its a software implemented on non-virtual hardware and on standard operating systems."Write once, run anywhere" is achieved by JVM. It accepts form of computer intermediate language commonly referred as java byte code
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
can java object be locked down for exclusive use by a given thread? : Java thread
What happens if an exception is throws from an object's destructor?
Why do we use threads in java?
Explain the difference between treeset and treemap in java?
What are the major advantages of internal iteration over external iteration?
Name few java 8 annotations ?
what is difference between equals and ==?
Which programming language is most secure?
Why isn’t there operator overloading?
What is the difference between I ++ and ++ I in java?
What is volatile data type?
What is garbage collector?
Can an interface have a class?
What is string pooling concept?
What is an class?