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  >  Interview Questions  >  J2EE  >  EJB

 Print  |  
Question:  what kind of bean(entity/session) will you use if there are no database transactions and all you use is a read-only database.



May 05, 2006 08:36:28 #3
 K.Anilkumar SQL Server Expert  Member Since: April 2006    Total Comments: 1 

RE: what kind of bean(entity/session) will you use if ...
 
stateless sessionbean is used
     

 

Back To Question