單項(xiàng)選擇題給定TheBean類(lèi),假設(shè)還沒(méi)有創(chuàng)建TheBean類(lèi)的實(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"/〉


您可能感興趣的試卷