From 9a8e961c597ac43ecdbfdb9dcd8e371463efa075 Mon Sep 17 00:00:00 2001 From: Manish Giri Date: Sun, 3 Mar 2019 22:50:16 -0500 Subject: [PATCH] fix(guide): Fix java index.md heading level (#35326) --- guide/english/java/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/english/java/index.md b/guide/english/java/index.md index 85647fa6043..3634f33fb37 100644 --- a/guide/english/java/index.md +++ b/guide/english/java/index.md @@ -2,7 +2,7 @@ title: Java --- -**What is Java?** +## What is Java? Java is an object-oriented programming language developed by Sun Microsystems in 1995, which was later acquired by Oracle. It is now a full platform with lots of standard APIs, open source APIs, tools, a huge developer community, and is used to build the most trusted enterprise solutions by big and small companies alike. Android application development is done fully with Java and its ecosystem. To know more about Java, read this and this. @@ -20,7 +20,7 @@ Java is also divided into several "Editions" : * EE - Enterprise Edition - for developing and executing Java components that run embedded in a Java server * ME - Micro Edition - for developing and executing Java applications on mobile phones and embedded devices -## Installation : JDK or JRE ? +## Installation : JDK or JRE? Download the latest Java binaries from the official website. Here you may be faced with a question: which one should I download, JDK or JRE? JRE stands for Java Runtime Environment, which is the platform dependent Java Virtual Machine to run Java code. JDK stands for Java Development Kit, which consists of most of the development tools, most importantly the compiler `javac`, and also the JRE. So, for an average user JRE would be sufficient, but for Java development, we need to download the JDK. @@ -144,4 +144,4 @@ Also, here is a list of free IDEs for Java coding: * JDK8 bundled with Netbeans 8.2 ### Video Tutorial -* [Derek Banas: Java Programming](https://www.youtube.com/watch?v=WPvGqX-TXP0) \ No newline at end of file +* [Derek Banas: Java Programming](https://www.youtube.com/watch?v=WPvGqX-TXP0)