Java
Implement with JAVA
Mobile app
Desktop app
Web app
JVM
java virtual machine this is a program written in C++ which is responsible for converting bytecode to machine-specific code
you compile your source code to Java bytecode- you execute your bytecode on JVM
JVM is used to both translate the bytecode into the machine language and execute the corresponding machine-language instructions as well.
JRE includes JVM in itself plus java binaries and classes which are needed to execute a program
JDK contains JVM and JRE plus all tools which are necessary for the development of Java programs
Communications plan
comment
Comments
Post a Comment