Computer Science, asked by devilin77, 1 year ago

What is JVM?Define.​

Answers

Answered by Soumok
18

JVM

⤵⤵⤵⤵⤵⤵⤵⤵⤵⤵⤵⤵⤵⤵

Java Virtual Machine or JVM is a java interpreture which convert bycode to machine redable form. JVM with API makes the Java platform to execute program.

⤴⤴⤴⤴⤴⤴⤴⤴⤴⤴⤴⤴⤴⤴

♥゚・。♥。・゚♡゚・。。・゚♡

Answered by cyrusbishop
6

Answer:

JVM that is Java virtual machine is an interpreter which is used to translate the byte code to machine code, when the byte code is to be run on any system.

Explanation:

JVM combined with Java APIs makes Java Platform. The Java API that is Application Programming Interface are libraries of compiled code that can be used in your programs.

Similar questions