單項(xiàng)選擇題

下面是一個(gè)Servlet部署文件的片段:

Servlet的類名是()。

A.FirstServlet
B.Hello
C.helpHello
D./helpHello


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題在JSP中,要定義一個(gè)方法,需要用到以下()元素。

A.〈%= %〉
B.〈% %〉
C.〈%! %〉
D.〈%@ %〉

4.單項(xiàng)選擇題下列哪一項(xiàng)不是Servlet中使用的方法?()

A.doGet()
B.doPost()
C.service()
D.close()

5.單項(xiàng)選擇題給定TheBean類,假設(shè)還沒(méi)有創(chuàng)建TheBean類的實(shí)例,以下哪些JSP標(biāo)準(zhǔn)動(dòng)作語(yǔ)句能創(chuàng)建這個(gè)bean的一個(gè)新實(shí)例,并把它存儲(chǔ)在請(qǐng)求作用域?()

A.〈jsp:useBean name="myBean" type="com.example.TheBean"/〉
B.〈jsp:takeBean name="myBean" type="com.example.TheBean"/〉
C.〈jsp:useBean id="myBean" class="com.example.TheBean" scope="request"/〉
D.〈jsp:takeBean id="myBean" class="com.example.TheBean" scope="request"/〉