Lesson 1 - Getting Started with Java

What is Java?

Java is a programming language through which one develops web applications, mobile applications, desktop applications, web servers, embedded systems, etc. These applications can be termed as Java Programs as they are developed using Java.

What is needed to develop Java Program?

Java Development Kit

To develop Java applications, we need to download the Java Development Kit (JDK). It is a complete set of Java Runtime Environment (JRE), compilers, debuggers, and tools to build a Java Program.

How to install the Java Development Kit

Download Java Standard Edition from www.oracle.com

Comments