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 we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What is double word?
Is map ordered in java?
Does java isempty check for null?
What are the states of thread in java?
What about abstract classes in java?
Does the order of public and static declaration matter in main method?
What is java ceil?
Why can't you declare a class as protected?
How can you write a loop indefinitely in java programming?
What is java and why do we need it? Explain
Explain about core java?
What is the static keyword?
What is the difference between sleep and wait in java?
What is parameters example?