In this video we will learn about java byte code and how jvm works with the byte code in java. When we compile a java file using the javac command we get a .class file which basically holds the byte code. to run the byte code we need jvm. jvm not only can run the byte code created from java files, it can also run byte code produced by language like Scala,Groovy,Kotlin etc which produces java compatible byte code.
#javainterview #javainterviewquestions #corejava