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 is the difference between normal Java object and EJB



July 07, 2005 02:39:52 #8
 pradeep.gt   Member Since: Visitor    Total Comments: N/A 

RE: What is the difference between normal Java object and EJB
 
java object: not reusable it canot be used in distributed environment it has special security or system like container 
 
ejb object: reusable used in distributed environment special security provided by ejb container
     

 

Back To Question