1.

The ejbCreate() method is the EJB hook for initialization of state, much as a JSR-250 annotated @PostConstruct() method or afterPropertiesSet() method work in Java EE 5 and Spring.

A. True
B. False
Answer» B. False


Discussion

No Comment Found