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

What are the methods available in a class?

0 Answers  


Can a class be subclass of itself?

4 Answers  


How do you remove an element from an arraylist in java?

0 Answers  


Is there a sort function in java?

0 Answers  


Explain parallel processing in java8?

0 Answers  


If we don’t want some of the fields not to serialize how to do that?

0 Answers  


why would you use a synchronized block vs. Synchronized method? : Java thread

0 Answers  


What are different types of Exceptions?.

9 Answers  


What is integer parseint?

0 Answers  


How does a for loop work?

0 Answers  


How many types of keywords are there?

0 Answers  


Is logger a singleton?

0 Answers  


Categories