What is design pattern and there types?
Answer Posted / rsn ben
Design patterns are patterns used to manage/form/construct 'objects'.According to Gang of Four book,originally 23 design patterns are there.
Examples:
Singleton,Decorator,Template method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
when to use ArrayList and when to use HashMap in webApplication.
What about interrupt() method of thread class ?
What is main difference between variable and constant?
What is use of set in java?
What’s the difference between applets and standalone program?
what is interface in java? Explain
What is a protected class in java?
How do you declare a variable?
What does nullpointerexception mean?
Can a final variable be initialized in constructor?
What is the difference between length and size in java?
Explain the private protected method modifier?
What do you mean by byte code?
What are the different access modifiers available in java?
Why use string handling in Java?