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 an integer be null java?
What is the difference between stringbuffer and stringbuilder?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
What is an arraylist in java?
explain what is transient variable in java?
Can we declare register variable as global?
How can we create objects if we make the constructor private ?
What is bitwise complement?
what is meant by abstract class?
what do you understand by synchronization? : Java thread
What is method and methodology?
What is variable in java?
What are the main concepts of oops in java?
How many bytes is a string in java?
What is the difference between error and an exception?