1: package ustpkg; 2: 3: public class NewClass { 4: public static void main(String[] args) { 5: B obj = new B(); 6: obj.m(); 7: } 8: 9: }