GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  Microsoft.NET

 Print  |  
Question:  Does Garbage Collection disposes a object even if you abort the application in the middle? How to check this?



October 10, 2007 00:27:57 #2
 venubabu.ch   Member Since: October 2007    Total Comments: 1 

RE: Does Garbage Collection disposes a object even if ...
 
No, GC doesn't clear when the application is aborted. As It run's on low priority thread and so if the application is aborted. The thread itself aborts.
     

 

Back To Question