class Bar{ static{System.out.println("Hello from Bar");} static String sss(){return "Hello from Bar:sss";} }