YouneedtocreateaJavaBeanobjectthatisusedonlywithinthecurrentJSPpage.ItmustNOTbeaccessibletoanyotherpageincludingthosethatthispagemightimport.WhichJSPstandardactioncanaccomplishthisgoal?()A.<jsp:useBeanid=’pageBean’type=’com.example.MyBean’/>B.<jsp:useBean

题目
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’/>


相似考题