- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is Java Virtual Machine (JVM)?
JVM or Java Virtual Machine is a specification to provide the runtime environment on which a bytecode can be executed. JVMs are prepared platform specific and are available for almost all the hardware and machine.
Features of JVM −
It provides class loader to load a class.
It provides bytecode verifier to verify the legality of the bytecode.
It provides runtime.
It executes the bytecode.
- Related Articles
- What is JVM, Java virtual machine?
- Explain Java Virtual Machine (JVM) Architecture
- Java Virtual Machine (JVM) Stack Area
- Explain Java Virtual Machine's Internal Architecture
- What is Unified JVM Logging in Java 9?
- How is Docker different from a Virtual Machine?
- Display the amount of free memory in the Java Virtual Machine
- How to change/increase the heap size of the Java Virtual Machine in Java?
- Java (JVM) memory model
- Java (JVM) Memory Types
- Verification in Java (JVM)
- What are Java JVM Run-time Data Areas?
- JVM shutdown hook in Java
- Why Java programs running on Android systems do not use the standard Java API and virtual machine?
- How to Create/Add a New Virtual Disk for an Existing Linux Virtual Machine

Advertisements