which method is most commonly used by factories to instantiate objects?

In the Java SE7 API, which method is most commonly used by factories to instantiate objects?

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.



Leave a Reply 0

Your email address will not be published. Required fields are marked *