Skip to main content

Posts

Featured

JVM- JDK- JRE: The BACK END OF JAVA…

Let’s begin with the starters before entering the heavy main course… Starting to explore with JVM (Java Virtual Machine)... The Java Virtual Machine (JVM) executes programs by converting Java source code into Bytecode (a machine language). An environment for running Java source code is created by the Java Virtual Machine while staying completely on top of the host operating system. JVM enables Java's extremely useful characteristic of "Write once and execute anywhere." Moving into JDK (Java Development Kit)... The Java Development Kit is a software development environment that generates a run-time environment for the execution of Java source code. Proceeding to JRE (Java Run-time Environment)... All Java source codes are run on a platform known as the Java Run-time Environment. Software plugins, jar files, and support libraries required for the source code are all integrated by JRE. A proper introduction with the bricks of the foundation: Architecture of Java Vir...

Latest Posts

Greedy Algorithm in real life

Uses of React JS

introduction and illustration of the man-in-the-middle attack

What is Google Cloud and Its Services?

Complete HTML Guide