多选题在J2EE中,URL类代表了统一资源定位器,如果要使用 “http://www.sina.com.cn/index.html”生成URL对象,可以按照如下的()造该对象。AURL url=new URL(http,www.sina.com.cn/index.html,80);BURL url=new URL(http://www.sina.com.cn/index.html);CURL url=new URL(http,www.sina.com.cn,80,index.html);DUrl url=new URL(http,www.sina.com.cn/index.html);
多选题
在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);
参考解析
解析:
暂无解析
相关考题:
在J2EE中,URL类代表了统一资源定位器,如果要使用“http://www.sina.com.cn/index.html”生成URL对象,可以按照如下的()造该对象。 A.URLurl=newURL(http,www.sina.com.cn/index.html,80);B.URLurl=newURL(http://www.sina.com.cn/index.html);C.URLurl=newURL(http,www.sina.com.cn,80,index.html);D.Urlurl=newURL(http,www.sina.com.cn/index.html);
统一资源定位器(URL)的表示方法正确的是______。A.http://www.Microsoft.com/index.htm1B.http//www.Microsoft.com/index.htm1C.http://www.Microsoft.com\index.htm1D.http:\www.Microsoft.com/index.htm1
J2EE中,ServletAPI为使用Cookie,提供了()类。A、javax.servlet.http.CookieB、javax.servlet.http.HttpCookieC、javax.servlet.Cookie
在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");
统一资源定位器(URL)的基本格式由三部分组成,如http://www.microsoft.com,其中第一部分http表示()。A、传输协议与资源类型B、主机的IP地址或域名C、资源在主机上的存放路径D、用户名
单选题统一资源定位器(URL)的基本格式由三部分组成,如http://www.microsoft.com,其中第一部分http表示()。A传输协议与资源类型B主机的IP地址或域名C资源在主机上的存放路径D用户名
单选题J2EE中,ServletAPI为使用Cookie,提供了()类。Ajavax.servlet.http.CookieBjavax.servlet.http.HttpCookieCjavax.servlet.Cookie