Sunday, 28 April 2013

What are the difference between dispose(), close(), exit(), end()? When do we use them? | VB.Net Interview Questions

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

No comments: