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

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

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

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

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

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

5.單項(xiàng)選擇題Servlet獲得初始化參數(shù)的對(duì)象是()

A.Request
B.Response
C.ServletConfig
D.ServletContext