

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- 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 Questions & Answers
- 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
- How is Docker different from a Virtual Machine?
- What is Unified JVM Logging in Java 9?
- What is Virtual LAN?
- What is Virtual Memory?
- Display the amount of free memory in the Java Virtual Machine
- What is Machine Learning?
- How to change/increase the heap size of the Java Virtual Machine in Java?
- Java (JVM) Memory Types
- Java (JVM) memory model
- Verification in Java (JVM)
- How to Create/Add a New Virtual Disk for an Existing Linux Virtual Machine
Advertisements