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
What is the final access modifier in java?
What is java algorithm?
What is application tier?
How static variable work in java?
which pattern is default in scanner package?
Why stringbuffer is faster than string?
Does java list allow null?
What is stringjoiner ?
Why do we need singleton?
Explain about data types?
Can we override final method?
What is the equal sign?
What is the r character?
What is the difference between static and non-static variables in java programming?
Explain about exception propagation?