![]() |
|
| Java Interview / Technical Questions Kindly solve an many as questions you can. It will sharpen your skills and those solutions will help others too. |
![]() |
| LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Junior Member Join Date: Jul 2006
Posts: 1,391
Thanks: 1
Thanked 28 Times in 25 Posts
Rep Power: 19 | J2EE - Stateful session bean and Stateless session bean When you will chose Stateful session bean and Stateless session bean? <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p> |
| | |
| | #2 (permalink) |
| Member Join Date: Jan 2007 Age: 28
Posts: 83
Thanks: 1
Thanked 4 Times in 4 Posts
Rep Power: 3 | Re: J2EE - Stateful session bean and Stateless session bean Stateless beans are beans that don’t maintain state across method calls.They are generally intended to perform individual operations automatically.Any instance of stateless bean can be used by any client at any timeStateful session beans maintain state within and between transactions Each Stateful session bean is associated with a specific client.Containers can automatically save and retrieve a beans state in the process of managing instance pools of stateful beans.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p> |
| | |
![]() |
| Tags |
| bean , j2ee , session , stateful , stateless |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| J2EE - What is the life cycle of Stateless session bean? | preethisingh | Java Interview / Technical Questions | 0 | 23-01-07 07:47 PM |
| Java Contest-13 with answers | keerthi | JAVA Technologies | 8 | 31-12-06 09:44 AM |
| More Interview Questions Here... |