單項(xiàng)選擇題標(biāo)記處理器集成Tag接口,必須實(shí)現(xiàn)的接口方法是()

A.doStartTag()
B.doEndTag()
C.以上都是


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題常用的上傳郵件的協(xié)議是()

A.SMTP
B.POP3
C.IMAP
D.MIME

2.單項(xiàng)選擇題能執(zhí)行帶參數(shù)的SQL語(yǔ)句的對(duì)象是()

A.Statement
B.Preparedstatement
C.CallStatement
D.以上三個(gè)都是

3.單項(xiàng)選擇題JSP從HTML表單中獲得用戶輸入的正確語(yǔ)句為()

A.Request.getParameter(“ID”)
B.Reponse.getParameter(“ID”)
C.Request.getAttribute(“ID”)
D.Reponse.getAttribute(“ID”)

4.單項(xiàng)選擇題JSP腳本中設(shè)有變量a,輸出a正確的表達(dá)式是()

A、<%=a;%>     
B、<%=a%>        
C、<% =a;%>    
D、<%a%>

5.單項(xiàng)選擇題Servlet間完成協(xié)作,需要用到()完成請(qǐng)求指派

A.Requestdispatcher
B.Responsedispatcher
C.Servletdispatcher
D.includedispatcher