package ctors; public class SuperThree2 { SuperThree2() { System.err.print("Hello from SuperThree2."); } }