VB .Net Question: Download VB .Net PDF

What are the difference between dispose(), close(), exit(), end()? When do we use them?

Tweet Share WhatsApp

Answer:

dispose(): should release all the resources that it owns.
close():closing the application
exit():Exiting from the loop
end():stops the execution of the page/function/procedure

Download VB .Net PDF Read All 69 VB .Net Questions
Previous QuestionNext Question
What is the exact defination of Object?What is the advantage of packaging over xcopy in .NET?