單項選擇題給定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"/〉


您可能感興趣的試卷