what is business delegate?
Answers were Sorted based on User's Feedback
Answer / rakesh
Bussiness Delegate implementations reduce coupling and
provide greater manageability, and hide complex business
APIs by exposing a simpler interface.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / manoj
it is a simple java bean which makes server to be unkown to
clientand more over it is a design pattern
| Is This Answer Correct ? | 0 Yes | 2 No |
When do we use synchronized blocks and advantages of using synchronized blocks?
How can I become a good programmer?
What is method overriding in java ?
What is the function of http?
Can we write method inside a method in java?
What is sortedmap in java?
What is 32 bit float?
Can a class be declared as static?
what is difference between business delegate and data access object(dao)? in java?
Can we compare two strings in java?
List the interfaces which extends collection interface?
How can you generate random numbers in java?