class GG { GG() { System.out.println("Constructor of GG"); } public static void main(String[] args) { GG obj = new GG(); System.out.printl...