Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
Java
10.8K+ articles
Difference Between
3.6K+ articles
How To
1.8K+ articles
how-to-install
1.2K+ articles
java-basics
330+ articles
java-garbage-collection
10+ articles
Java-Micronaut
1+ articles
Java-JDK
1+ articles
Java-JRE
1+ articles
java-JVM
341+ posts
Recent Articles
Popular Articles
How JVM Works - JVM Architecture
Last Updated: 21 May 2025
JVM (Java Virtual Machine) runs Java applications as a run-time engine. JVM is the one that calls the main method present in a Java code. JVM is a part of JRE (Java Runtim...
read more
Java
java-JVM
Differences Between JDK, JRE and JVM
Last Updated: 28 March 2025
Understanding the difference between JDK, JRE, and JVM plays a very important role in understanding how Java works and how each component contributes to the development an...
read more
Java
Difference Between
java-JVM
Java-JDK
Java-JRE
Verification in Java (JVM)
Last Updated: 07 May 2019
After the class loader in the JVM loads the byte code of .class file to the machine the Bytecode is first checked for validity by the verifier and this process is called a...
read more
Java
Technical Scripter
java-JVM
Java Virtual Machine (JVM) Stack Area
Last Updated: 03 June 2025
The Java Virtual Machine is responsible for running Java applications, and it manages various memory areas, one of which is theStack Area.In this article, we are going to ...
read more
Java
java-basics
java-JVM
How Many Types of Memory Areas are Allocated by JVM?
Last Updated: 03 June 2025
JVM (Java Virtual Machine) is an abstract machine. In other words, it is a program/software that takes Java bytecode and converts the bytecode (line by line) into machine-...
read more
Java
Picked
java-basics
java-JVM
Execution Engine in Java
Last Updated: 17 May 2020
Java virtual machine or JVM can be visualized as a virtual machine residing in the computer that provides an environment for the code to get executed. Java Runtime Environ...
read more
Java
java-basics
java-garbage-collection
java-JVM
Understanding storage of static methods and static variables in Java
Last Updated: 26 July 2024
In every programming language, memory is a vital resource and is also scarce. Hence the memory must be managed thoroughly without any leaks. Allocation and deallocation of...
read more
Java
Write From Home
memory-management
Static Keyword
java-JVM
Difference between JIT and JVM in Java
Last Updated: 09 March 2021
Java Virtual Machine (JVM) is used in the java runtime environment(JRE). The original JVM was conceived as a bytecode interpreter. This may come as a bit of a surprise bec...
read more
Java
Technical Scripter
Difference Between
Picked
Technical Scripter 2020
java-JVM
Difference Between JDK and JRE in Java
Last Updated: 22 February 2021
JDK and JRE are the core concepts in Java programming and their differences are some of the most popular interview questions. We don't use these concepts while programming...
read more
Java
Difference Between
Picked
java-JVM
Frequently Used JVM Parameters
Last Updated: 27 April 2021
A JVM or Java Virtual Machine is a software implementation of a physical machine, or we can say it is an abstract machine. Java was designed with the concept of WORA (Writ...
read more
Java
Technical Scripter
Picked
Technical Scripter 2020
java-JVM
Java Program to Check if JVM is 32 or 64 bit
Last Updated: 10 March 2021
JVM Stands for Java Virtual Machine. It is an abstract computing machine that allows a computer to run a Java program. It is a platform-independent environment, responsib...
read more
Java
Java Programs
Picked
java-JVM
How to Increase Heap Size in Java Virtual Machine?
Last Updated: 13 January 2023
There are two types of memory stack memory and heap memory. All the dynamic allocations go into heap memory and the rest of the static allocations and variables allocation...
read more
Java
Picked
java-JVM
Download and Install Java Development Kit (JDK) on Windows, Mac, and Linux
Last Updated: 08 April 2025
Java Development Kit (JDK) is one of the most important tools for developers who use it to build, compile, and run Java applications. It does not matter if you are a begin...
read more
Java
How To
Installation Guide
java-JVM
how-to-install
JVM Shutdown Hook in Java
Last Updated: 14 September 2023
Shutdown Hooks are a special construct that allows developers to plug in a piece of code to be executed when the JVM is shutting down. This comes in handy in cases where w...
read more
Java
java-JVM
Building a Simple Employee Management Application Using Micronaut
Last Updated: 23 September 2024
In this article, we will demonstrate how to create a simple RESTful Employee Management Application using Micronaut. This article will guide you through saving employee in...
read more
java-JVM
Advance Java
Cloud Native Applications
Java-Micronaut
1
2
3
4
...
23
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !