Answer Posted / 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 |
Post New Answer View All Answers
Describe what happens when an object is created in java ?
What's the access scope of protected access specifier?
What are measurable parameters?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
Is vector thread safe in java?
Why string is not a wrapper class?
Does sprintf add a null terminator?
Can we serialize static variables in java?
How do I run java on windows?
When should I use singleton pattern?
What is jit and its use?
What is string [] args?
Explain creating threads by implementing runnable class?
Can we use different return types for methods when overridden?
How many ways can you break a singleton class in java?