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 |
What is data string?
What is the Vector class?
What is the size of string?
byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?
What do you mean by scope of variable?
What is java console application?
What is hard code & soft code?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
How can you sort dates?
why HashTable not allow null key and value
How to create packages in java?
What do you mean by mnemonics?