單項(xiàng)選擇題JSP是在()階段生成Servlet源代碼的。

A.轉(zhuǎn)譯
B.編譯
C.執(zhí)行
D.響應(yīng)


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題()是發(fā)送郵件的協(xié)議。

A.SMTP
B.IAMP
C.POP3
D.HTTP

2.單項(xiàng)選擇題ServletContext接口的()方法用于將對(duì)象保存到Servlet上下文中。

A.getServetContext()
B.getContext()
C.getAttribute()
D.setAttribute()

3.單項(xiàng)選擇題Servlet使用()接口的forward和include方法進(jìn)行通信。

A.ServletContext
B.ServletConfig
C.RequestDispatcher
D.HttpSession

4.單項(xiàng)選擇題HttpServletRequest接口的()方法用于創(chuàng)建會(huì)話。

A.setSession()
B.getContext()
C.getSession()
D.putSession()