What is meant by design patterns?



What is meant by design patterns?..

Answer / Rakesh Prasad

Design Patterns are reusable solutions to common software design problems. They are not a finished design, but rather templates for how to solve these problems in an organized and efficient manner.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the use of callablestatement?

1 Answers  


what is check p object in java

1 Answers   TCS,


What are the differences between string, stringbuffer and stringbuilder?

1 Answers  


what are literals in java?

2 Answers  


Where can I find jdk in my computer?

1 Answers  


What is a lambda expression ? What's its use ?

1 Answers  


Explain the available thread states in a high-level?

1 Answers  


what is difference between abstraction and interface?

8 Answers   FIC,


relation between list and linked list

1 Answers   Infosys,


extending thread class or implementing runnable interface. Which is better? : Java thread

1 Answers  


Diff between C++ and java?

9 Answers   TCS,


What is static import in java?

1 Answers  


Categories