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 is difference between business delegate and data access
object(dao)? in java?



what is difference between business delegate and data access object(dao)? in java?..

Answer / nrayakwar

Both are different design pettern. name drives their
functionality.
Business Delegate : it is used decouple presentation and
business layer. it avoids to intract presentation client to
understand your business services.

Data Access Object : DAO is used on database layer,
generally it is used to avoid database intraction by EJB or
Business Object. it is used to retreive and store data.
mostly I preferred, DAO is used with Value Objects

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Core Java Interview Questions

explain System.out.println()

12 Answers   CTS,


What are Access Specifiers and Access Modifiers.

6 Answers   TCS,


What do you mean by object?

0 Answers  


What is the purpose of using the java bean?

0 Answers  


How to implement a multithreaded applet?

0 Answers  


Difference between string, string builder, and string buffer?

0 Answers  


Can we override constructors in java?

0 Answers  


what is the difference between the "protected and default" modifiers?

8 Answers  


What is the use of volatile in java?

0 Answers  


What are the restrictions imposed by a Security Manager on Applets?.

0 Answers  


What is the difference between length and size in java?

0 Answers  


Which class is the superclass of all classes?

0 Answers  


Categories