What do you need to create a EJB3 session bean?

What do you need to create a EJB3 session bean?




a. Annotate the session bean with @Session
b. Annotate the session bean with @SessionBean
c. Annotate the session bean with @Stateful or @Stateless



Answer: C


Learn More :