# What is Java?

Java is a high-level, versatile, and object-oriented programming language developed by James Gosling and his team at Sun Microsystems in 1991. It is designed to be platform-independent, meaning that Java code can run on any device that has a Java Virtual Machine (JVM). This unique feature makes Java a popular choice for developing applications ranging from web and mobile applications to large-scale enterprise systems.

Java is known for its simplicity, readability, and ease of use, making it an excellent choice for beginners. It is used in a wide range of applications, from web development to scientific computing, and is the primary language for developing Android applications.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://muhammad-tri-wibowo.gitbook.io/java-tutorials/introduction-to-java/what-is-java.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
