Do we need to explicitly invoke org.eclipse.swt.graphics.Image.dispose()?

Submitted by: Administrator
Application code must explicitly invoke the Image.dispose() method to release the operating system resources managed by each instance when those instances are no longer required. This is because that the Java finalization is too weak to reliably support management of operating system resources.
Submitted by: Administrator

Read Online Eclipse Job Interview Questions And Answers