By screener
via javarevisited.blogspot.in
Published: Jan 10 2013 / 01:58
Abstract Factory and Factory pattern looks similar but there is subtle difference between them, former is used to create Factory which in tern used to create Products or Items or Objects. DocumentBuilderFactory and DocumentBuilder is nice example to understand difference between Abstract Factory vs Factory Pattern in Java.
Add your comment