Which statement is false?() A、 custom URL categories cannot contain IP addressesB、 custom URL categories cannot override predefined URL categoriesC、 custom URL categories can contain domain namesD、 custom URL categories can use regular expressions
点击查看答案
Which JSTL code snippet can be used to perform URL rewriting?()A、<a href=’<c:url url="foo.jsp"/>’ />B、<a href=’<c:link url="foo.jsp"/>’ />C、<a href=’<c:url value="foo.jsp"/>’ />D、<a href=’<c:link value="foo.jsp"/>’ />
多选题在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);
单选题AutoCAD软件可以通过输入URL从Internet上打开图形文件,输入格式为()。A http://[url]www.autodesk.com/samplE.dwg[/url]B [url]www.autodesk.com/samplE.dwg[/url]C telnet://[url]www.autodesk.com/samplE.dwg[/url]D http:[url]www.autodesk.com/samplE.dwg[/url]
单选题Which JSTL code snippet can be used to perform URL rewriting?()A <a href=’<c:url url=foo.jsp/>’ />B <a href=’<c:link url=foo.jsp/>’ />C <a href=’<c:url value=foo.jsp/>’ />D <a href=’<c:link value=foo.jsp/>’ />
多选题下列关于URL重写说法正确的是()A可以实现会话跟踪技术BURL重写就是在客户端URL地址后加一串参数来标识会话C使用URL重写时,URL地址后面只能跟一个参数D使用URL重写时,URL地址后面能跟多个参数E使用URL重写时,URL地址后面以“?”作为标识符
单选题Which statement is false?()Acustom URL categories cannot contain IP addressesBcustom URL categories cannot override predefined URL categoriesCcustom URL categories can contain domain namesDcustom URL categories can use regular expressions