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 are local variables?
What is the difference between variable & constant?
What is a nonetype?
Difference between Application and Applet ?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
Can a static method be final?
I need help please send me reply: Write a program "if given a string like 'HAT', the combination's returned should be like ATH,THA,TAH in java"?
Different types of modifiers?
Suppose there is an Online shopping cart application having different objects like Cart, SelectionItem, Billing, COnfiguration, Authentication, Authorization, PersonalDetails etc. Out of this which one can be made a singleton pattern and why?
After compilation of java program we'll get .class code. If it's generated in OS Windows XP will it work on OS Linux? If yes why? If no why?
what is encapsulation in java? Explain
Difference between abtsract & final