What is JVM ? use of JVM?

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


Please Help Members By Posting Answers For Below Questions

What is api in java?

530


What is the buffer limit?

553


there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.

1571


How do you start a new line in java?

513


What is java dot?

489






What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?

621


What is the tradeoff between using an unordered array versus an ordered array?

657


Is array dynamic in java?

477


what r advatages of websphere? & how to deploy?

1634


How many bits is a string in java?

575


Explain the difference between intermediate and terminal operations in java8?

563


When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?

604


Can we change the value of static variable?

495


What is static class

614


What is a generic code?

524