---
title: "What is the main difference between Java platform and other platforms?"  
description: "What is the main difference between Java platform and other platforms?"  
author: "Devesh Kumar Singh"  
published: 2015-11-10  
updated: 2020-09-17  
canonical: https://www.mindstick.com/interview/22895/what-is-the-main-difference-between-java-platform-and-other-platforms  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is the main difference between Java platform and other platforms?

The Java platform differs from most other platforms in the sense that it's a software-based platform that runs on top of other hardware-based platforms. It has two components:

- 1) Runtime Environment
- 2) API(Application Programming Interface)

## Answers

### Answer by Devesh Kumar Singh

The Java platform differs from most other platforms in the sense that it's a software-based platform that runs on top of other hardware-based platforms. It has two components:

- 1) Runtime Environment
- 2) API(Application Programming Interface)


---

Original Source: https://www.mindstick.com/interview/22895/what-is-the-main-difference-between-java-platform-and-other-platforms

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
