What is stateless session?



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

Post New Answer

More EJB Interview Questions

How many enterprise beans?

1 Answers  


What is the default transaction attribute for an ejb?

1 Answers  


What is the use of @ejb annotation?

1 Answers  


Enlist the CallBack methods of Session Bean?

1 Answers  


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?

1 Answers  


What is Transaction attribute?

3 Answers  


what are the classes you used in Beans?

1 Answers  


What is ejb and its types?

1 Answers  


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?

1 Answers  


What are the transaction management benefits of the EJB architecture?

1 Answers  


What is entity beans in ejb with example?

1 Answers  


Categories