185.

Unmanaged Resourses are managed by___________

Unmanaged Resourses (like File Streams,Database Connection Object etc.,) to deallocate these object Garabage Collector doesnt handle automatically(handles only Managed Resourses like ArrayList,String, TimeSpan). For deallocation of these obects are done manaually by calling destructors(for IDisposable Interface)