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 is the primitive type byte?
Is it necessary for the port addresses to be unique? Explain with reason.
Difference between object instantiation and construction ?
How many threads can java run?
What is consumer in java?
If we don’t want some of the fields not to serialize how to do that?
Is namespace same as package in java?
What is the difference between a method and a procedure?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What is supplier in java?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
What is the purpose of interface?
Where is core java used?
What is string :: npos?
What is static class