- 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
Is JVM a compiler or interpreter?
Java Virtual Machine is an abstract computing machine which is used to run the java program. JVM accepts byte code, loads it and translates it into system understandable code.
- Related Articles
- Is JIT compiler a part of JVM or run time interpreter?
- Difference Between Compiler and Interpreter
- What is the difference between Compiler and Interpreter?
- Why Does Java Use both Compiler and Interpreter?
- How is JIT compiler different from normal compiler?
- How does a Python interpreter work?
- JVM Stacks
- What is JVM, Java virtual machine?
- What is Java Virtual Machine (JVM)?
- What is the Python Global Interpreter Lock (GIL)
- What is the purpose of the command interpreter?
- What is Compiler Design?
- What is Compiler Passes?
- What is Compiler Bootstrapping?
- What is just-in-time or JIT compiler and what does it do?

Advertisements