InterviewSolution
Saved Bookmarks
| 1. |
Is design pattern a logical concept.(a) True(b) FalseThe question was asked by my college director while I was bunking the class.The query is from Design Patterns topic in division Java Beans & JDBC of Java |
|
Answer» CORRECT choice is (a) True Easiest EXPLANATION: DESIGN PATTERN is a LOGICAL concept. Various classes and frameworks are provided to enable users to implement these design patterns. |
|