單項選擇題下面哪個方法當(dāng)服務(wù)器關(guān)閉時被調(diào)用,用來釋放Servlet所占的資源。()

A.service()
B.init()
C.doPost()
D.destroy()


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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"/〉

4.單項選擇題下面哪一項不在Servlet的工作過程中?()

A.服務(wù)器將請求信息發(fā)送至Servlet
B.客戶端運(yùn)行Applet
C.Servlet生成響應(yīng)內(nèi)容并將其傳給服務(wù)器
D.服務(wù)器將動態(tài)內(nèi)容發(fā)送至客戶端