---
title: "What is Byte Code?"  
description: "What is Byte Code?"  
author: "Sumit Kesarwani"  
published: 2014-02-10  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/1918/what-is-byte-code  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is Byte Code?

All Java programs are compiled into class files that contain bytecodes. These byte codes can be run in any platform and hence java is said to be platform independent.

## Answers

### Answer by Sumit Kesarwani

All Java programs are compiled into class files that contain bytecodes. These byte codes can be run in any platform and hence java is said to be platform independent.


---

Original Source: https://www.mindstick.com/interview/1918/what-is-byte-code

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
