DXC Technology Interview Question

what is jvm

Interview Answer

Anonymous

Nov 30, 2018

Jvm provides vm access to run JDK and JRE. JVM is having all the library and env setup to execute bytecode execution. Java is platform independent but JVM is dependent but it creates environment such that code is independent.