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 the current version of java?
What does indexof return in java?
Can I learn java without any programming experience?
What is void data type?
hoe can u call a constructor of a private classs to other inherited claa??
Write a program in java to find the maximum and minimum value node from a circular linked list.
if arraylist size is increased from initial size what is the size of arraylist...suppose initial is 100 , if i add 101 element what is the size...
What is the role of the java.rmi.naming class?
What is a default package ?
what is platform dependent translation and platform dependent programming language
what is meant by package in java?
Does isempty check for null?