Answer Posted / sathish s t
JVM is (java virtual machine) the piece of software that is responsible for running java programs.
uses:
JVM is an interpreter that converts your byte code (.class file ) into machine code
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What does flagged out mean?
How many types of keywords are there?
how to prepare for IT Officers Interview in Banks
How do you do exponents in java?
What do you understand by casting in java language?
What are different types of arrays?
Why java strings are immutable in nature?
What is thread safe singleton?
How list contains works in java?
How many classes can any class inherit java?
How do you change an int to a string?
What is the synonym of framework?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
Explain the selection sort algorithm?
How do you escape a string?