DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

Java

Lessons available

core Extensions: .java Official docs ↗
Open lessons References Exercises Examples Back to Languages
Summary

Java is a popular JVM language used in backend, Android, and enterprise systems.

Slug
java
Tier
core
Extensions
.java
Hello World
public class Main {
  public static void main(String[] args){
    System.out.println("Hello, World!");
  }
}

Tip: you can expand this page later with official docs + trusted references.