Home » JAVA Programming » Java Basic » Question
  1. Which of the below is not a valid design pattern?
    1. Command
    2. Singleton
    3. Factory
    4. Java
    5. None of these
Correct Option: D

Design pattern is a general repeatable solution to a commonly occurring problem in software design. There are various patterns available for use in day to day coding problems.



Your comments will be displayed only after manual approval.