Answer Posted / neha siddiqui
. JVM is stands for java virtual machine
. JVM is popularly known as interprets between java bytecode
and computer operating system
. using a JVM user can run java code on any platform such as.,
unix, linux, windows xp,etc
. A JVM normally reads and executes java statement one at a time
. A JVM can however includes a JIT compiler [Just In Time] with in it
. The Jvm does not know any thing about java programming language
. A JVM only recognize a particular binary format of a file called "Class File"
. A Class file contain Java Virtual Machine instructions.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
please mail me the interview question based on java/j2ee
What are the queues in the java collection framework? : java collections
What are the considerations to be made in case of loops in java ?
What is iterator in the java collections framework? : java collections
What is the use of hashcode in java ?
What is an algorithm in java collection framework? : java collections
What are the different types of features of the java collections framework? : java collections
What are maps interfaces in the java collections? : java collections
What are the types of interface used in the java collections? : java collections
What is deque in the java collections framework? : java collections
what is mean by hasing and maping in java platform and advantage?
What are the classes in the java collection framework? : java collections
What are the types of java collections? : java collections
What are the different types of ways where you can iterate over a list? : java collections
Which sorting algorithm is used by collections.sort() in java ?