What is stateless session?
Answer / Anil Joshi
A stateless session refers to a session without any stored client data. It means that each request from a client is treated independently, and no information about previous requests is retained between requests.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many enterprise beans?
What is the default transaction attribute for an ejb?
What is the use of @ejb annotation?
Enlist the CallBack methods of Session Bean?
Driver manager is a class/interface.
5 Answers Bally Technologies, College School Exams Tests, TCS,
How can enterprise javabeans be accessed from active server pages?
What is Transaction attribute?
what are the classes you used in Beans?
What is ejb and its types?
Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?
What are the transaction management benefits of the EJB architecture?
What is entity beans in ejb with example?