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 10:03:31 #4
 Shekhar Singh J2EE Expert  Member Since: January 2006    Total Comments: 10 

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

If u are only reading the database then u dont need to use Entity been at all.

Entity been slows down data fetch operation.

U just need to use stateless session bean.

     

 

Back To Question