网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
JSP在WEB服务器上运行结果()。
A
可以在WEB浏览器看到
B
只能在WEB浏览器看到
C
可能在WEB浏览器看到
D
不可能在WEB浏览器看到
参考答案
参考解析
解析:
暂无解析
更多 “单选题JSP在WEB服务器上运行结果()。A 可以在WEB浏览器看到B 只能在WEB浏览器看到C 可能在WEB浏览器看到D 不可能在WEB浏览器看到” 相关考题
考题
当( )时,JSP引擎产生一个application对象。A.web应用服务器启动后B.当web应用服务器启动后,第一个客户来访时C.当每个客户首次访问服务器上的一个JSP页面时D.当每个客户首次访问服务器上的一个JSP或HTML页面时
考题
Youarebuildingyourownlayoutmechanismbyincludingdynamiccontentforthepage’sheaderandfootersections.Thefooterisalwaysstatic,buttheheadergeneratesthetitletagthatrequiresthepagenametobespecifieddynamicallywhentheheaderisimported.WhichJSPcodesnippetperformstheimportoftheheadercontent?()A.jsp:includepage=’/WEB-INF/jsp/header.jsp’jsp:paramname=’pageName’value=’WelcomePage’//jsp:includeB.jsp:importpage=’/WEB-INF/jsp/header.jsp’jsp:paramname=’pageName’value=’WelcomePage’//jsp:importC.jsp:includepage=’/WEB-INF/jsp/header.jsp’jsp:attributename=’pageName’value=’WelcomePage’/./jsp:includeD.jsp:importpage=’/WEB-INF/jsp/header.jsp’.jsp:attributename=’pageName’value=’WelcomePage’/./jsp:import
考题
web服务器重启后连不上数据库
我这里有一台web服务器,跑tomcat,另一台是数据库服务器,跑oracle,上面有一个jsp的项目,用的hibernate的连接池,两台服务器都设置的夜间自动重启,数据库服务器4点重启,web服务器4点半重启,每晚web服务器重启后那个jsp的项目就连不上数据库了,这是什么情况啊,求高人指导...急!~
考题
在因特网应用中使用小应用程序(applets)的最有可能的解释是()。A、它是从服务器跨网络发送B、服务器不能运行程序且输出不能跨网络发送C、它可同时改进WEB服务器和网络的性能D、它是一种通过WEB浏览器下载并在客户机的WEB服务器上运行的JAVA程序
考题
下列关于Tomcat说法正确的是()A、tomact是一个web应用程序服务器B、tomcat默认的端口号是80C、tomcat的运行需要jvm的支持D、tomcat可以解释jsp页面
考题
动态是指Web页在传送过程中,Web服务器能根据如ASP、JSP、CGI等技术加以修改,然后发送给用户浏览器。这种技术称为()。A、视音频技术B、服务器技术C、搜索引擎优化D、页面设计
考题
某公司采用了JSP+Bean模式来完成某个开发任务。如果采用TOMCAT服务器,那么项目中的Java Bean在发布时应该放在()目录中。A、WEB-INFB、WEB-INF/libC、WEB-INF/classesD、webapps
考题
你是 TestKing.com 的一位安全管理人。 网络由一个独立的名叫 testking.com的活动目录域组成。域包括Windows Server 2003的服务器计算机。这些服务器中,有12台被设置为Web服务器。你需要产生一个报告以确定哪些Microsoft的安全补丁没有被安装到Web服务器上。你应该怎么做?()A、在Web服务器上,运行Gpresult.exeB、在Web服务器上,运行Mbsacli.exeC、在Web服务器上,运行Secedit.exeD、在Web服务器上,运行Qfecheck.exeE、在Web服务器上,运行Qchain.exe
考题
单选题你是 TestKing.com 的一位安全管理人。 网络由一个独立的名叫 testking.com的活动目录域组成。域包括Windows Server 2003的服务器计算机。这些服务器中,有12台被设置为Web服务器。你需要产生一个报告以确定哪些Microsoft的安全补丁没有被安装到Web服务器上。你应该怎么做?()A
在Web服务器上,运行Gpresult.exeB
在Web服务器上,运行Mbsacli.exeC
在Web服务器上,运行Secedit.exeD
在Web服务器上,运行Qfecheck.exeE
在Web服务器上,运行Qchain.exe
考题
单选题Your web application views all have the same header, which includes the tag in the elementof the rendered HTML. You have decided to remove this redundant HTML code from your JSPs and put itinto a single JSP called /WEB-INF/jsp/header.jsp. However, the title of each page is unique, so you havedecided to use a variable called pageTitle to parameterize this in the header JSP, like this: 10.${param.pageTitle} Which JSP code snippet should you use in your main view JSPs to insert the header and pass thepageTitle variable?()A
jsp:insert page=’/WEB-INF/jsp/header.jsp’. ${pageTitle=’Welcome Page’}. /jsp:insertB
jsp:include page=’/WEB-INF/jsp/header.jsp’. ${pageTitle=’Welcome Page’}. /jsp:includeC
jsp:include file=’/WEB-INF/jsp/header.jsp’. ${pageTitle=’Welcome Page’}. /jsp:includeD
jsp:insert page=’/WEB-INF/jsp/header.jsp’. jsp:param name=’pageTitle’ value=’Welcome Page’ / . /jsp:insertE
jsp:include page=’/WEB-INF/jsp/header.jsp’. jsp:param name=’pageTitle’ value=’Welcome Page’ / . /jsp:include
考题
判断题Tomcat服务器是JSP和Servlet的容器,可以运行JSP网页程序。A
对B
错
热门标签
最新试卷