static or static blocks cannot use this keyword results compiletime error April 19, 2015 Get link Facebook X Pinterest Email Other Apps class Blog { int m=20; public static void main(String args[]) { System.out.println(this.m); } } Comments
Comments
Post a Comment