Java is a popular programming language.
Java is used to develop mobile apps, web apps, desktop apps, games and much more.
Our "Try it Yourself" editor makes it easy to learn Java. You can edit Java code and view the result in your browser.
public class Main { public static void main(String[] args) { System.out.println("Hello World"); } }