阿摩線上測驗 登入

試題詳解

試卷:無年度 - Java EE 6 Web Component Developer Certified Expert Exam:1z0-899(51-100)#84004 | 科目:OCE

試卷資訊

試卷名稱:無年度 - Java EE 6 Web Component Developer Certified Expert Exam:1z0-899(51-100)#84004

科目:OCE

85 You need to create a JavaBean object that is used only within the current ISP page. It must NOT be accessible to any other page including those that this page might import. Which JSP standard action < .in accomplish this goal?
(A) <jsp:useBean id = 'pageBean' type = 'com.example.MyBean' />
(B) <jsp:useBean id = 'pageBean' class = 'com.example.MyBean' />
(C) <jsp:makeBean id = 'pageBean' type = 'com.example.MyBean' />
(D) <jsp:makeBean id = 'pageBean' class = 'com.example.MyBean' />
(E) <jsp:useBean id = 'pageBean' class = 'com.example.MyBean' /> F. <jsp:makeBean id = 'pageBean' class = 'com.example.MyBean' />
正確答案:登入後查看