Java is a popular programming language, created in 1995.
It is owned by Oracle, and more than 3 billion devices run Java.
It is used for:
public class Main {
public static void main(String[] args) {
System.out.println("Hello World");
}
}
System.out.print("I will print on the same line.");
System.out.println("Hello World!");
// This is a comment
/* The code below will print the words Hello World
to the screen, and it is amazing */