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...

What advantage does an entity bean have over a sessin bean?

Answer Posted / uppi

Entity Bean is a Java class which implements an Enterprise
Bean interface and provides the implementation of the
business methods. There are two types: Container Managed
Persistence (CMP) and Bean-Managed Persistence (BMP).
Session Bean is used to represent a workflow on behalf of a
client. There are two types: Stateless and Stateful.
Stateless bean is the simplest bean. It doesn't maintain any
conversational state with clients between method
invocations. Stateful bean maintains state between invocations.

Is This Answer Correct ?    19 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are encapsulation, inheritance and polymorphism?

1057


Implement a stack with push (), pop() and min() in O(1) time.

1161


explain multi-threading in java?

1087


What is command line used for?

1139


How can we make copy of a java object?

1214


Explain reverse a linked list recursive java solution?

1045


Is break statement can be used as labels in java?

1013


What is the lifetime and scope of a variable?

1060


Can we make a constructor final?

1081


What is a control variable example?

1078


What is the current version of java?

1092


Where are register variables stored?

1052


What is the difference between method and means?

1127


Can a class have multiple subclasses?

1153


Can we call virtual funciton in a constructor ?

2239