Answer Posted / srikanth nallapaneni
It is Design pattern
Problem:too many method invocations b/w client and server
will lead to network overhead,tight coupling due to
dependencies between the client and server and chance of
misuce of server business methods due to fine grained
access etc.
Solution: Use of session besn as facade to encapsulate the
complexties b/w the client and server interactions. The
session facade manages the business objects and provides a
uniform coarse grained service access layer to client.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Explain creating threads by extending thread class ?
Do you need to import math in java?
What is the difference between a scrollbar and a scrollpane?
What is the map interface in java programming?
What is a class in java?
Is 0 a real number?
how are methods defined?
What is the purpose of encapsulation?
What is the difference between stored procedure & function?
What is the difference between iterator and enumeration ?
is there a separate stack for each thread in java? : Java thread
What is an off by one error in java?
How to split arraylist elements in java?
How can you generate random numbers in java?
What is exception handling in java?