Jan 01 2006 03:29 PM 2617 4 Which method in VB.NET is called right before the object is destroyed A) SealedB) FinalizeC) Finally mygeekside0223 Profile Answers by mygeekside0223 Questions by mygeekside0223 Sep 1st, 2009 B. Finalize does the destruction of object. Praveen Pampati Jan 24th, 2006 B)Finalize()Finally is just execute cleanup code after Try Catch Block. Though, try block raises exception, atlast it comes to Finally block to cleanup.Finalize does the destruction of object. Answer Question Select Best Answer
Jan 01 2006 03:29 PM 2617 4 Which method in VB.NET is called right before the object is destroyed A) SealedB) FinalizeC) Finally mygeekside0223 Profile Answers by mygeekside0223 Questions by mygeekside0223 Sep 1st, 2009 B. Finalize does the destruction of object. Praveen Pampati Jan 24th, 2006 B)Finalize()Finally is just execute cleanup code after Try Catch Block. Though, try block raises exception, atlast it comes to Finally block to cleanup.Finalize does the destruction of object. Answer Question Select Best Answer
mygeekside0223 Profile Answers by mygeekside0223 Questions by mygeekside0223 Sep 1st, 2009 B. Finalize does the destruction of object.
Praveen Pampati Jan 24th, 2006 B)Finalize()Finally is just execute cleanup code after Try Catch Block. Though, try block raises exception, atlast it comes to Finally block to cleanup.Finalize does the destruction of object.