The full form of JVM is:
14 Likes
Java Virtual Machine
Reason — JVM stands for Java Virtual Machine, which is responsible for executing Java bytecode and enables Java programs to run on any platform (platform independence).
Answered By
8 Likes
Which of the following occupies 2 bytes of storage?
In a statement c = c + (x * d + e); which variable is an accumulator?
c = c + (x * d + e);
Which of the following is NOT an access specifier?
What is the output of the statement Math.pow(36, 6/5); ?
Math.pow(36, 6/5);