1
10kviews
Write a note on JAVA compiler environment.
1 Answer
1
131views

Java virtual machine (JVM)

  • A Java virtual machine (JVM) is an abstract computing machine that enables a computer to run a Java program.
  • There are three notions of the JVM: specification, implementation, and instance.
  • The specification is a document that formally describes what is required of a JVM implementation. Having …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.