1.22 Design Pattern - amresh087/Question GitHub Wiki
Design-patterns-in-java Answer1 Answer2
Singleton
Factory Design pattern
DriverManager is interface it is return connection based one you input mean if you are passing input for oracle, mysql, ...
Abstract Factory Design pattern
mean factory of factory
If we have multiple type of product then we need to group it. That time need to use Abstract Factory