1.

Explain @javax.ejb.stateless Annotation.?

Answer»

@javax.ejb.Stateless annotation specifies that a given ejb class is a stateless session bean.Following are its ATTRIBUTES:
NAME - USED to specify name of the session bean.
mappedName - Used to specify the JNDI name of the session bean.
DESCRIPTION - Used to provide description of the session bean.

@javax.ejb.Stateless annotation specifies that a given ejb class is a stateless session bean.Following are its attributes:
name - Used to specify name of the session bean.
mappedName - Used to specify the JNDI name of the session bean.
description - Used to provide description of the session bean.



Discussion

No Comment Found