public class One { public static void main (String args[]) { Two twoRef = new Two (); twoRef.workerMethod(); } }