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 will be the output of round(3.7) and ceil(3.7)?
Does treeset allow null in java?
What is the use of static methods?
Why is serialization required?
Is string passed by reference in java?
Difference between arraylist and vector.
What is java abstraction with example?
What is ‘is-a ‘ relationship in java?
How does arraylist size increase in java?
What is polymorphism java example?
Is main an identifier?
can I implement my own start() method? : Java thread
I want to persist data of objects for later use. What’s the best approach to do so?
What is better - 'bit-shift a value' or 'multiply by 2'?
What is a parameter example?