public class JSecond { public static void main(String[] args) { new JFirst().foo(); } }