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 |
Does string is thread-safe in java?
What is the difference between ArrayList and Vector? which one is better in Java
0 Answers SkillGun Technologies,
Is delete, next, main, exit or null keyword in java?
what are the design patterns in struts?
Why generics are used in java?
Explain JPA in Java.
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
printstream class method println() is calling using System class and its static object out .how it is explain any one in detail with example ?
What classes of exceptions may be caught by a catch clause in java programming?
IS method overriding is Duplication of Methods?
What is assembly used for?
when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.