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
Give me an example of array and linked list? Where they can be used?
Which is dependent variable?
What is the byte order of byte buffer?
What are the two basic ways in which classes that can be run as threads may be defined?
What is the primitive type byte?
What does bitwise or mean?
When is the arraystoreexception thrown?
What are thread local variables?
What is string in java? String is a data type?
Is java call by value?
Can a class be private or protected in java?
What do you mean by boolean?
Write a factorial program using recursion in java?
Can we access instance variables within static methods ?
What is maximum size of arraylist in java?