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 deligate and session
facade ?

Answers were Sorted based on User's Feedback



what is difference between business deligate and session facade ?..

Answer / suresha

business delegate reduces coupling between presentation
tier clients and business services.it hides business
implementation details.

session facade encapsulate the complexity of interaction
between business objects.

Is This Answer Correct ?    18 Yes 2 No

what is difference between business deligate and session facade ?..

Answer / guest

asdf

Is This Answer Correct ?    1 Yes 24 No

Post New Answer

More Java J2EE AllOther Interview Questions

what debugging tool that can be used to debug the java programs?

1 Answers   Inforica,


What is need of DAO? Write one simple DAO example?

2 Answers   IBM,


Hi we have an urgent requirement for Java/J2ee technical lead position & also looking for "Java Guidewire claimcentre" experienced professional for Bangalore location if interested can reach srisanh@gmail.com

0 Answers  


What is the use of log4j and how to make use of that in a application?

2 Answers  


what is diff string and stringbuffer

7 Answers   CTS, HCL,


What are the differences between the java collection and the java list? : java collections

0 Answers  


What are maps interfaces in the java collections? : java collections

0 Answers  


whats the relation ship between LDAP and JNDI?

1 Answers  


Q1. A. Write note on "The class path Environment Variable". B. Which are different kinds of source code? Q2. A. How to create an interface? B. Why convert an applet to an application? Q3. A. How to use Media tracker Class. B. How to use string tokenizer class. Q4. A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on "The properties class" Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.

1 Answers  


How to call the m1() method of Base class in below snippet ? class Base { public void m1() { System.out.println("Base m1 "); } public void m2() { System.out.println("Base m1 "); } } ====================== class Derived extends Base { public void m1() { System.out.println("Derived m1"); } public void m3() { System.out.println("Derived m3"); } public static void main(String[] args) { Base ob=new Derived(); ob.m1(); //System.out.println("Hello World!"+ob.m1()); } }

6 Answers   Cap Gemini, TCS,


Which java collection class can be used to maintain the entries in the order in which they were last accessed?

0 Answers  


can u draw class/object diagram for ATM

0 Answers   HCL, Zycus Infotech,


Categories