1When a javac compiler compiler compiles a class it generates .class file.
2This .class file contains set of
3instructions called byte code. Byte code is a machine independent language
4and contains set of
5instructions which are to be executed only by JVM. JVM can understand
6this byte codes.