YouneedtocreateaJavaBeanobjectthatisusedonlywithinthecurrentJSPpage.ItmustNOTbeaccessibletoanyotherpageincludingthosethatthispagemightimport.WhichJSPstandardactioncanaccomplishthisgoal?() A.jsp:useBeanid=’pageBean’type=’com.example.MyBean’/B.jsp:useBeanid=’pageBean’class=’com.example.MyBean’/C.jsp:makeBeanid=’pageBean’type=’com.example.MyBean’/D.jsp:makeBeanid=’pageBean’class=’com.example.MyBean’/

YouneedtocreateaJavaBeanobjectthatisusedonlywithinthecurrentJSPpage.ItmustNOTbeaccessibletoanyotherpageincludingthosethatthispagemightimport.WhichJSPstandardactioncanaccomplishthisgoal?()

A.<jsp:useBeanid=’pageBean’type=’com.example.MyBean’/>

B.<jsp:useBeanid=’pageBean’class=’com.example.MyBean’/>

C.<jsp:makeBeanid=’pageBean’type=’com.example.MyBean’/>

D.<jsp:makeBeanid=’pageBean’class=’com.example.MyBean’/>


相关考题: