正在加载图片...
a. if(i!=9) b if =!9 then c.f(<>9) d.if(<9|1i>9) ( 14)Which HTML tag is used to define an internal style sheet? a. <link> b. <style> c <script> (15)which statement is true about using HttpservletResponse. sendredirect()and jsp forward>? a. <jsp: forward> executes on the client while sendRedirect( ) executes on the server b. <jsp forward> executes on the server while sendRedirect()executes on the client c Both jsp: forward> and sendRedirect()execute on the client d. Both <jsp: forward> and sendRedirect() execute on the server (16) How do you make a list that lists its items with squares? a. list-type: square 2 c. ty d. list-style-type: square (17) How do you find the client's browser name in JavaScript? a browser. appName b. navigator. ap c browser name d. client nay Name (18)Choose the statement that best describes the relationship between JSP and servlet a. Servlets are built on JSP semantics and all servlets are compiled to JSP pages for runtime b. Servlets and JSP are competing technologies for handling web requests. Servlets are be superseded by jSP, which is preferred The two technologies are not useful in combination c JSPs are built on servlet semantics and all JSPs are compiled to servlets for runtime usage d. jSP and servlets are unrelated technologies (19)What is the correct JavaScript syntax for opening a new window called"new Window"? a.new.window("http://www.xxx.com","newwindow") b.new("http://www.xxx.com","newwindow") c.open.new("http://www.xxx.com","newWindowo") d.window.open("http://www.xxx","newwindow") (20)When using a Java Bean to get all the parameters from a form, what must the property be set to(??? in the following code) for automatic initialization?a. if (i ! = 9) b. if = ! 9 then c. if (i < > 9) d. if (i < 9 | | i > 9) (14) Which HTML tag is used to define an internal style sheet? a. <link> b. <style> c. <script> d. <stylesheet> (15) Which statement is true about using HttpServletResponse.sendRedirect( ) and <jsp:forward>? a. <jsp:forward> executes on the client while sendRedirect( ) executes on the server. b. <jsp:forward> executes on the server while sendRedirect( ) executes on the client. c. Both <jsp:forward> and sendRedirect( ) execute on the client. d. Both <jsp:forward> and sendRedirect( ) execute on the server. (16) How do you make a list that lists its items with squares? a. list-type: square b. type: 2 c. type: square d. list-style-type: square (17) How do you find the client's browser name in JavaScript? a. browser.appName b. navigator.appName c. browser.name d. client.navName (18) Choose the statement that best describes the relationship between JSP and servlets: a. Servlets are built on JSP semantics and all servlets are compiled to JSP pages for runtime usage. b. Servlets and JSP are competing technologies for handling web requests. Servlets are being superseded by JSP, which is preferred. The two technologies are not useful in combination. c. JSPs are built on servlet semantics and all JSPs are compiled to servlets for runtime usage. d. JSP and servlets are unrelated technologies. (19) What is the correct JavaScript syntax for opening a new window called "newWindow" ? a. new.window("http://www.xxx.com", "newWindow") b. new("http://www.xxx.com", "newWindow") c. open.new("http://www.xxx.com", "newWindowo") d. window.open("http://www.xxx", "newWindow") (20) When using a JavaBean to get all the parameters from a form, what must the property be set to (??? in the following code) for automatic initialization?
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有