---
title: "How Java enabled High Performance?"  
description: "How Java enabled High Performance?"  
author: "Anonymous User"  
published: 2015-06-19  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/2636/how-java-enabled-high-performance  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# How Java enabled High Performance?

Java uses Just-In-Time compiler to enable high performance. Just-In-Time compiler is a program that turns Java bytecode, which is a program that contains instructions that must be interpreted into instructions that can be sent directly to the processor.

## Answers

### Answer by Anonymous User

Java uses Just-In-Time compiler to enable high performance. Just-In-Time compiler is a program that turns Java bytecode, which is a program that contains instructions that must be interpreted into instructions that can be sent directly to the processor.


---

Original Source: https://www.mindstick.com/interview/2636/how-java-enabled-high-performance

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
