public class Test2 { public static void main(String[] args) { Common scene = new Common(); scene.methodB(); } }