InterviewSolution
Saved Bookmarks
| 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: @javax.ejb.Stateless annotation specifies that a given ejb class is a stateless session bean.Following are its attributes: |
|