欲构造ArrayList类的一个实例,此类继承了List接口,下列哪个方法是正确的?()A、ArrayList myList=new Object();B、List myList=new ArrayList();C、ArrayList myList=new List();D、List myList=new List();
欲构造ArrayList类的一个实例,此类继承了List接口,下列哪个方法是正确的?()
- A、ArrayList myList=new Object();
- B、List myList=new ArrayList();
- C、ArrayList myList=new List();
- D、List myList=new List();
相关考题:
在一个栈顶指针为top的链栈中,将一个p指针所指的结点入栈,应执行()。A、 p-next=top;top=p;B、 top-next=p;C、 p-next=top-next;top=top-next;D、 p-next=top-next;top-next=p;
简述万兆以太网的技术特色。