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
Can a method be static?
How do you sort data in java?
What lambda means?
Where will it be used?
What is remote method invocation (rmi)?
Why doesn't the java library use a randomized version of quicksort?
What do you understand by final value?
What are multiple inheritances? Is it supported by java?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
What are data types in oop?
Explain about instanceof operator in java?
Why are lists ordered in java?
Can a static class implement an interface?
Explain about java sdk?
What are the changes in java.io in java 8 ?