参考解答
Factory(工厂模式), Builder(建造模式),Factory Method(工厂方法模式),
Prototype(原始模型模式),Singleton(单例模式),Facade(门面模式),
Adapter(适配器模式),Bridge(桥梁模式),Composite(合成模式),
Decorator(装饰模式),Flyweight(享元模式),Proxy(代理模式),
Command(命令模式),Interpreter(解释器模式),Visitor(访问者模式),
Iterator(迭代子模式),Mediator(调停者模式),Memento(备忘录模式),
Observer(观察者模式),State(状态模式),Strategy(策略模式),
Template Method(模板方法模式), Chain Of Responsibleity(责任链模式)
相似问题
error和exception有什么区别?
error和exception有什么区别?
Struts2包含哪些标签?
Struts2包含哪些标签?
与hibernate同类型的开源框架有哪些?
与hibernate同类型的开源框架有哪些?
什么是工厂模式?
什么是工厂模式?
IOC和DI有什么不同?
IOC和DI有什么不同?
