OpenJDK proposal would make Java easier to learn
Flexible main methods and anonymous main classes would help students write basic programs much more concisely and reduce the ceremony of writing simple programs.
Not only that, they should introduce a simpler way to print to a log.
System.out.println() is scary.
B4X has done a good job by using Log() to print to the IDE logs.