With a little help from the JVM, you can now read Java files directly in the browser.
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}