Tuesday, November 29, 2011

What is Java virtual machine ?

A software "execution engine" that safely and compatibly executes the byte codes in Java class files on a microprocessor (whether in a computer or in another electronic device).:The JVM is a software that converts the java instructions which are often known as bytecode instructions(.class file ) into machine dependent instructions. :"JVM" is an Program Execution Engine which first find the static method in our program the first execute&
Category:J2SE Interview Questions

No comments:

Post a Comment