多项选择题
在J2EE中,URL类代表了统一资源定位器,如果要使用 “http://www.sina.com.cn/index.html”生成URL对象,可以按照如下的()造该对象。
A.URL url=new URL("http","www.sina.com.cn/index.html",80); B.URL url=new URL("http://www.sina.com.cn/index.html"); C.URL url=new URL("http","www.sina.com.cn",80,"index.html"); D.Url url=new URL("http","www.sina.com.cn/index.html");
多项选择题 Struts中的ActionServlet的作用是()
多项选择题 AOP中切入点描述正确的有()
多项选择题 在J2EE中,如果a是b的父类,b是c的父类,c是d的父类,他们都在包mypackage中。则以下正确的是()