

- 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
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 Questions & Answers
- Is JIT compiler a part of JVM or run time interpreter?
- Difference Between Compiler and Interpreter
- What is the difference between Compiler and Interpreter?
- How is JIT compiler different from normal compiler?
- What is Compiler Design?
- What is Compiler Passes?
- What is Compiler Bootstrapping?
- What is JVM, Java virtual machine?
- What is Java Virtual Machine (JVM)?
- What is the purpose of the command interpreter?
- What is the Python Global Interpreter Lock (GIL)
- JVM Stacks
- How JVM works?
- What is just-in-time or JIT compiler and what does it do?
- Interpreter base classes in Python
Advertisements