Which of the following is not a method of the ResourceFactory class?

Which of the following is not a method of the ResourceFactory class? Correct Answer freezeResource()

ResourceFactory class is used when a Resource has to be explicitly created. The createResource() interface creates an instance of the desired Resource, the releaseResource() calls the releaseObject() interface, and shutdown() terminates the ResourceFactory.

Related Questions