Curriculum
Course: Java Basic
Login

Curriculum

Java Basic

Java Home

0/1

Java Introduction

0/1

Java Get Started

0/1

Java Syntax

0/1

Java Comments

0/1

Java Type Casting

0/1

Java Operators

0/1

Java Booleans

0/1

Java Switch

0/1

Java Break / Continue

0/1

Java Errors and Exception

0/1
Text lesson

Java Home

Java 

Java is employed in the development of mobile apps, web apps, desktop apps, games, and various other applications.

Examples in Each Chapter

Our editor makes it easy to learn Java. You can edit Java code and view the result in your browser.

Example

public class Main {
  public static void main(String[] args) {
    System.out.println("Hello World");
  }
}

Click on the “Run example” button to see it in action.

We recommend following this tutorial in the order listed in the left menu.

Java is an object-oriented language, and some concepts may be unfamiliar. Take breaks when necessary, and review the examples as many times as needed.