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
What function extracts specified characters from a string?
why are there separate wait and sleep methods? : Java thread
Define how destructors are defined in java?
Why do we use return statement?
What is core java called?
Explain where variables are created in memory?
Difference between this() and super() ?
Explain reverse a linked list recursive java solution?
Difference between association, composition and aggregation?
What is collection class in java?
In java, how we can disallow serialization of variables?
How to perform merge sort in java?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
What is numeric data type?
What is an exception in java?