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
How many ways can an argument be passed to a subroutine and explain them?
Which class is the superclass of all classes?
What differences exist between iterator and listiterator?
What is the purpose of assert keyword used in jdk1.4.x?
How many bits is a 64 bit byte?
What is constructor and its types?
What are void methods?
What is the main advantage of passing argument by reference?
What is volatile keyword in java
What does a method signature consist of?
How many types of threads are there in java?
What is string buffer?
Which sorting algorithm is in place?
What class of exceptions are generated by the java run-time system?
What is the main use of java?