Which of the following use the Factory pattern? (Choose all that apply.)
equals()
getInstance()
getDriver()
wait()
getDateInstance()
Click to view the answer
b, c, e
Methods equals() and wait() in class Object don't use the Factory pattern.