Use notepad to create B class - Save file as B.java import util.A; public class B { public static void main(String args[]){ A a = new A();
確定! 回上一頁