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 |
What is the use of callablestatement?
what is check p object in java
What are the differences between string, stringbuffer and stringbuilder?
what are literals in java?
Where can I find jdk in my computer?
What is a lambda expression ? What's its use ?
Explain the available thread states in a high-level?
what is difference between abstraction and interface?
relation between list and linked list
extending thread class or implementing runnable interface. Which is better? : Java thread
Diff between C++ and java?
What is static import in java?