Today I learned some basic things like JVM, java class file and java compiler.
- Javac(java compiler) command compiles the java source code in to java byte code.
- JVM(Java Virtual Machine) is a platform independent executable environment which executes the java byte code into machine language.
- Java class file is a file that contain the java byte code that can be executed by java virtual machine..
This comment has been removed by a blog administrator.
ReplyDeleteThis comment has been removed by the author.
DeleteThis comment has been removed by the author.
Delete