package coreJava; public class SuperKeyword2 { public static void main(String[] args) { // TODO Auto-generated method stub new SuperKeyword1(); } }