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 does super()represent, and how is it used in Java?
system.out.println(1 + 3);
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
What do you mean by buffering?
Is char * a string?
Can we override the overloaded method?
What is a Java package and how is it used?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
What is bitwise complement?
In a container there are 5 components. I want to display all the component names, how will you do that?
how to one war file class to another war file class?
How does callback work in java?