Tuesday, June 5, 2007

Catalog of design patterns

  • Scope in class level
  1. Creational: Factory Method (121)
  2. Structural: Adapter (157)
  3. Behavioral: Interpreter (274), Template Method (360)
  • Scope in object level
  1. Creational: Abstract Factory (99), Builder (110), Prototype (133), Singleton (144)
  2. Structural: Adapter (157), Bridge (171), Composite (183), Decorator (196), Facade (208), Flyweight (218), Proxy (233)
  3. Behavioral: Chain of Responsibility (251), Command (263), Iterator (289), Mediator (305), Memento (316), Observer (326), State (338), Strategy (349), Visitor (366)






  1. J2EE Patterns

  2. SCJP 310-035 Sample Questions (1)

  3. Answers of "SCJP 310-035 Sample Questions (1)"

  4. SCWCD 310-081 Sample Questions


=>

Latest Posts