GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Placement Papers  >  I-Flex  >  Technical
Go To First  |  Previous Question  |  Next Question 
 Technical  |  Question 14 of 27    Print  
Stateless session bean is instantiated by
(a) newInstance()
(b) create()


  
Total Answers and Comments: 4 Last Update: December 20, 2006   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
June 08, 2005 01:41:01   #1  
shashidhar mahavadi        

RE: Stateless session bean is instantiated by (a) newInstance()(b) create()
when an instance transists from non exist state to medhod ready pool three operations will be perfomed, at first the bean instance is instantiated by invoking the class.newInstance() method on stateless session bean. 
In stateless session beans calling create() method results in creating EJB object for the client. ejbCreate() of a stateless bean only invoked once in the life cycle of a perticular instance

 
Is this answer useful? Yes | No
June 08, 2005 03:43:12   #2  
shashidhar .M        

RE: Stateless session bean is instantiated by (a) newInstance()(b) create()
home interface of a stateless session bean must have only one create() method. This method does not take any arguments.
 
Is this answer useful? Yes | No
July 14, 2005 07:55:55   #3  
Porkodi        

RE: Stateless session bean is instantiated by (a) newInstance()(b) create()
a) newInstance()
 
Is this answer useful? Yes | No
December 20, 2006 08:00:24   #4  
abhishake        

RE: Stateless session bean is instantiated by (a) ...

I think newInstance() see the below link

http://www.unix.org.ua/orelly/java-ent/ebeans/ch07_02.htm


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape