正在加载图片...
<jsp: useBean id=formBean"class ="edu. fudan form Bean"scope ="request"> jsp:setProperty name="formBean"property="929"> b. al (21)If a browser has Javascript turned off it will a ignore all <script> and <noscript> tags b display the content of <script> tags c.display the content of <noscript> tags d display the content of <script> and <noscript> tags (22)JavaBean methods are al a events b. Properties c. Event listeners d. identical to methods of other java classes (23)Which event is triggered automatically at regular intervals in JavaScript? a. onload d. setAutomatic (24)What type of scriptlet code is better-suited to being factored forward into a servlet? a. Code that deals with logic that is common across requests b Code that deals with logic that is vendor specific c. Code that deals with logic that relates to database access d Code that deals with logic that relates to client scope (25)Which one of the following will get the data from the first column of ResultSet rs, returned from executing the following SQL statement SELECT name, rank, serialNo FROM employee a.rsgetString(rs. next()); b. rs getString(name) c.rs getString(1); d rs getInt("name") (26)In JavaScript, an array can contain a. only text b. only numbers c. only numbers or text d any valid variable<jsp:useBean id = "formBean" class = "edu.fudan.formBean" scope = "request"/> <jsp:setProperty name = "formBean" property = "???" /> a. * b. all c. # d. = (21) If a browser has Javascript turned off it will a. ignore all <script> and <noscript> tags b. display the content of <script> tags c. display the content of <noscript> tags d. display the content of <script> and <noscript> tags (22) JavaBean methods are all a. Events b. Properties c. Event listeners d. Identical to methods of other Java classes (23) Which event is triggered automatically at regular intervals in JavaScript? a. onload b. setTimeout c. setInterval d. setAutomatic (24) What type of scriptlet code is better-suited to being factored forward into a servlet? a. Code that deals with logic that is common across requests. b. Code that deals with logic that is vendor specific. c. Code that deals with logic that relates to database access. d. Code that deals with logic that relates to client scope. (25) Which one of the following will get the data from the first column of ResultSet rs, returned from executing the following SQL statement: SELECT name, rank, serialNo FROM employee. a. rs.getString(rs.next( )); b. rs.getString(name); c. rs.getString(1); d. rs.getInt("name"); (26) In JavaScript, an array can contain a. only text b. only numbers c. only numbers or text d. any valid variable
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有