mohammad imran
Answered On : Jun 28th, 2012
The basic difference b/w close() & dispose() method is ,
when a close() method is called , any manage resource can be close temporarily and can e opened once again. It means that, with the same object , the resource can be reopened and used it again ... where as
dispose() method permanently removed any resource from memory and the resource no longer exists for any further processing.
Login to rate this answer.