I am not able to understand why this code doesn\'t compile:
class A { public static void main(String[] args) { System.out.println(\"hi\"); } } p
Just have no private/protected modifier at all.