1-Compiler gets sourcecode and produces bytecode.
2-bytecode is machinecode instructions for the JVM.
3-bytecodes are stored in .class files.
4-JVM does Garbage Collection.
5-at runtime JVM loads the bytcodes, checks them and runs them in an interpreter.