Hi everybody, I know how to delete an unmanaged object (i.e using object.dispose()), where as managed objects will be destroyed at certain time by GarbageCollector.
but I want to manually destroy a managed object usually in the finally block of my pgm, anybody can u plz suggest me, is there any method of object to destroy it. Thanks & Regards Bixam.
