VB .Net Question:
Download Questions PDF

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

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 Interview Questions And Answers PDF

Previous QuestionNext Question
What is the exact defination of Object?What is the advantage of packaging over xcopy in .NET?