A method named "a" return 42;
return 42;
A main method to show that it all works. System.out.println(new MethodAndField().a);
System.out.println(new MethodAndField().a);