In the Java SE7 API, which method is most commonly used by factories to instantiate objects?
A.
new ()
B.
make ()
C.
create ()
D.
getObject ()
E.
getInstance ()
F.
createObject ()
Explanation:
For example: KeyFactory.getInstance, ObjectFactory. getObjectInstance.