What is JavaVirtualMachine?
As the name indicates it is a virtual machine where Java programs are being run.It must be present in the machine/OS(operating system) where we need to run the java program. It is a platform dependent and it will be different for different platforms.It is a abstract machine and it can be implemented. Implementation of this machine
is JRE.[will discuss about JRE in future posts]
Following operations are performed by JVM.
i] Loads code
ii] verifies code
iii]Executes code
iv] Provides runtime environment
Sign up here with your email
ConversionConversion EmoticonEmoticon