Qus:    What do you understand by Java virtual machine?
Feb 03, 2021 15:22 Java 2 Answers Views: 1016 BITCOINTRENDAAP12
Prev Next
Answers (2)
LALITHA VADIGONDA Feb 04, 2021 14:10
Answer:   Java Virtual Machine(JVM) is a part of java runtime environment. which converts the byte code into the source code. JVM had both compiler and interpreter.

MERY PAYTON Feb 04, 2021 14:51
Answer:   Java Virtual Machine is a virtual machine that enables the computer to run the Java program. JVM acts like a run-time engine which calls the main method present in the Java code. JVM is the specification which must be implemented in the computer system. The Java code is compiled by JVM to be a Bytecode which is machine independent and close to the native code.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect