Parts of Java

         the Java source code is first compiled and converted into bytecode by the compiler. Then this bytecode is fed to JVM.then JVM verifies and executes the bytecode and provides output. JVM also helps in making java programs more secure and portable across different platforms. write another simple way