0
What is jvm ?
Java
1 Resposta
+ 2
JVM stands for java virtual machine. Let's assume you have taken a file name first.java which gets compiled by java compiler and provides java bytecode which is stored in first.class file(.class file) so JVM takes this bytecode and convert it into the result.