0
5.5kviews
Explain The Following: 1. Java Compiler Environment 2. Garbage Collection And Compaction 3. Back-Patching 4. Lex And Yacc
1 Answer
| written 3.6 years ago by |
1. Java Compiler Environment 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 …