what is difference between business deligate and session
facade ?
Answers were Sorted based on User's Feedback
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 the use of log4j and how to make use of that in a application?
please mail me the interview question based on java/j2ee
What are the types of java collections? : java collections
What is the use of the list interface in the java collection? : java collections
who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.
What is an algorithm in java collection framework? : java collections
What are the considerations to be made in case of loops in java ?
Which interface does java.util.hashtable implement?
In HashSet duplicates are allowed while adding to the HashSet, but while retreiving the object from HashSet is not shown the duplicate values, WHY ?
httt method
Runining mutiple tomcat server in a single machine is possible Yuo wil have to duplicate configuration with different port numbers
what is difference between business deligate and session facade ?