网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
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’/ ” 相关考题