Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how can we decide a session bean as stateless or stateful
without seeing jar file? i.e. by seeing the class file.

Answers were Sorted based on User's Feedback



how can we decide a session bean as stateless or stateful without seeing jar file? i.e. by seeing ..

Answer / king

A bean is stateful or stateless can be inferred from its
deployment descriptor.
i.e
ejb-jar.xml
<session-type>Stateless</session-type>

Is This Answer Correct ?    8 Yes 0 No

how can we decide a session bean as stateless or stateful without seeing jar file? i.e. by seeing ..

Answer / vishal chougule

If u just want by looking at class file then pre condition is that u have some parameters to create method.. meaning if u have bean class file with ejbCreate with paramaters then it is for sure stateful else it can be stateful or stateless.

Is This Answer Correct ?    2 Yes 0 No

how can we decide a session bean as stateless or stateful without seeing jar file? i.e. by seeing ..

Answer / hemalatha

Session beans are non-persistent enterprise beans. They can
be stateful or stateless. A stateful session bean acts on
behalf of a single client and maintains client-specific
session information (called conversational state) across
multiple method calls and transactions. It exists for the
duration of a single client/server session. A stateless
session bean, by comparison, does not maintain any
conversational state. Stateless session beans are pooled by
their container to handle multiple requests from multiple
clients.

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More EJB Interview Questions

What is ejb and its types?

0 Answers  


Should services be stateless?

0 Answers  


How does ejb container work?

0 Answers  


What is backing bean?

0 Answers  


What is an entity manager?

0 Answers  


What are ejb containers?

0 Answers  


How to determine, that beans are TX or not?

0 Answers  


What is the difference between find and select methods in ejb?

0 Answers  


what is the difference between stateless and stateful sessions?

10 Answers   HCL,


What is the difference between ejbcreate() and ejbpostcreate?

0 Answers  


What is ejb container in java?

0 Answers  


What is ejb in java?

0 Answers  


Categories