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