Java Runtime environment of JRE comprises of a Java Virtual Machine (JVM) and Java Core Classes.
While compiling a Java source code, it converts the source code to Java Bytecode. It's a standardized intermediate language and can be run by virtual machines. So the Java Virtual Machine or JVM present on each platform can directly execute the bytecode.
Core classes contains basic methods so that the Virtual machine can call them to execute tasks specified by Java source code which is compiled to Java bytecode.
Suppose, an instruction says to execute a IO operation, the JVM calls a method from the java.io library. This way, a Java Runtime Environment performs.
On this blog, I will be posting topics related to Information Security. This may cover Cryptography, Security Management, Network Security, Risk Management, Compliances, ISO 17799, ISO 27001, Security Developments, Application Security, Software Security, Laws and Regulations applicable to Information transmission and storage etc..
Subscribe to:
Post Comments (Atom)
Microsoft Passport - A Single Sign-on System
Microsoft passport is a facility from MS which offers single sign on capabilities. With SSO, user don't need to remember each password f...
No comments:
Post a Comment