Uttar Pradesh, India
Popular Blogs

Here you can find the latest company news and business articles.

Execution Engine

The execution engine is the most important part of JVM, it is responsible to execute Java bytecodes to the native language (machine language) which i…

Read More

Class Loaders Types

Java ClassLoader divided into three main types which are summarized below.

1. Bootstrap class loader

2. Extensions class loader

3-AppClass…

Read More

ClassLoader Loading Mechanism

Java ClassLoaders works on a delegation mechanism. The basic and important idea behind it that every class loader has a parent class so class loader …

Read More

Class Loader Subsystem

The main function of class loader subsystem is to load .class files to the various memory areas of JVM. The class loader subsystem internally contain…

Read More

Basic Architecture of JVM

JVM is the part of JRE (Java Run Time Environment), also known as execution machine or execution engine. The main purpose of JVM is to load .class fi…

Read More

What is Virtual Machine

The term virtual may refer to not physically existing. In the software terms, a virtual machine (VM) is a simulation of a physical system. Virtual ma…

Read More

Types of virtual machine

There are two types of virtual machines which are summarized below.    

1-System |Hardware based Virtual machine  

 "…

Read More