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 are the required methods to implement EJB architecture?

Answers were Sorted based on User's Feedback



What are the required methods to implement EJB architecture?..

Answer / john

The methods that have to be present in an EJB are as follows
setSessionContext()
ejbCreate()
ejbPassivate()
ejbActivate()
ejbRemove()

The methods
ejbPassivate()
ejbActivate()
will be left empty in case of Stateless Session beans as
they do not support Passivation and Activation

Is This Answer Correct ?    2 Yes 0 No

What are the required methods to implement EJB architecture?..

Answer / bhuvana

yes

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More EJB Interview Questions

what is the Relationship between EJB and CORBA architecture?

0 Answers   IBM,


Should services be stateless?

0 Answers  


How does EJB 2.0 improve support for interoperability between EJB containers and other J2EE products?

1 Answers  


What is stateless session bean?

0 Answers  


Can CMP manage BMP Transaction ? Entity Bean Life Cycle ?

1 Answers   IBM, SAP Labs, Sony,


Is state maintained by a Stateless bean?

0 Answers  


How ejb invocation happens?

0 Answers  


What is stateless programming?

0 Answers  


What is bean-managed persistence?

0 Answers  


How EJB component can in interact with COM/DCOM components?

1 Answers  


What is an ejb container?

0 Answers  


explain why we say stateless beans does not maintain conversation state besides statefull maintains conversation state. give some examples...

2 Answers   HCL,


Categories