实体Bean的生命周期中,只有在()方法成功完场后,ejbPostCeate()方法才能调用 A.ejbActivate()B.ejbPassivate()C.ejbCreate()D.ejbRemove()

实体Bean的生命周期中,只有在()方法成功完场后,ejbPostCeate()方法才能调用

A.ejbActivate()

B.ejbPassivate()

C.ejbCreate()

D.ejbRemove()


相关考题:

在实体Bean的生命周期中,只有在()方法成功完成后,ejbPostCreate()方法才能调用 A.ejbActivate()B.ejvPassivate()C.ejbCreate()D.ejcRemove()

在实体Bean的生命周期中,只有在()方法成功完成后,ejbPostCreat()方法才能调用 A.ejbActivate()B.ejbPassivate()C.ejbCreat()D.ejbRemove()

在实体Bean的生命周期中,只有在()方法成功完成后,ejbPostCreate()方法才能调用() A.ejbActivate()B.ejbPassivate()C.ejbCreate()D.ejbRemove()

在JSP页面中调用的Bean类中如果有构造方法,必须是public类型且必有参数。()

JSP页面通过()来识别 Bean 对象,可以在程序片中通过 xx.method 形式来调用 Bean 中的 set 和 get 方法。A.nameB.classC.idD.classname

JSP页面通过()识别Bean对象,可以在程序段中通过xx.method形式调用Bean中的set和get方法。A.nameB.classC.idD.classname

在JSP页面中调用的Bean类中如果有构造方法,必须是public类型且必有参数。(

4、JSP页面通过()识别Bean对象,可以在程序段中通过xx.method形式调用Bean中的set和get方法。A.nameB.classC.idD.classname

在JSP页面中调用的Bean类中必须是有参的构造方法