class Ideone{ public static void main(String[] args) { System.out.println(methodOfA()); } static int methodOfA() { return (true ? null : 0); }}
Standard input is empty
Standard output is empty
Exception in thread "main" java.lang.NullPointerException at Ideone.methodOfA(Main.java:10) at Ideone.main(Main.java:5)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!