Answer Posted / syed mudassir
jvm is a java virtual machine which has multiple tasks to
work on.
converting .class into exe code is one of the responsibility
of jvm
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does string [] args mean?
What 4 doubled?
What do you mean by local variable and instance variable?
why not override thread to make a runnable? : Java thread
What is nullpointerexception in java?
What happens if a constructor is declared private?
If we don’t want some of the fields not to serialize how to do that?
Can you instantiate the math class?
Is java a security risk?
Is multiple inheritance supported by java?
Is string a datatype?
how do I create a runnable with inheritance? : Java thread
What is meant by class loader? How many types are there?
Difference between static binding and dynamic binding?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?