Can remove() be a Stateless Session bean?



Can remove() be a Stateless Session bean?..

Answer / Shishir Kumar Srivastava

No, the remove() method is not supported by Stateless Session Beans as they do not maintain conversation state between client and server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

Using Container managed entity bean, how an entity bean can be created?

1 Answers  


What are the limitations of using local object?

1 Answers  


Is functional programming stateless?

1 Answers  


Driver manager is a class/interface.

5 Answers   Bally Technologies, College School Exams Tests, TCS,


What is enterprise javabeans (ejb) container?

1 Answers  


what is SessionBean, EntityBean?

2 Answers  


How do identify two same entity beans?

1 Answers  


What transaction attributes does Java Bean containers support?

1 Answers  


What is stateless ejb?

1 Answers  


How ejb invocation happens?

1 Answers  


What are the system services of ejb container?

1 Answers  


In EBs the DB state is more consistent than SBs why?

1 Answers  


Categories