chinna


{ City } wheaton
< Country > india
* Profession * developer
User No # 11935
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 24
Users Marked my Answers as Wrong # 19
Questions / { chinna }
Questions Answers Category Views Company eMail




Answers / { chinna }

Question { HP, 51889 }

What is difference between Iterator and for loop


Answer

Iterator is used in Collection objects,but for is used for
variables.

Is This Answer Correct ?    15 Yes 18 No

Question { 6590 }

what is session facade ?


Answer

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