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

Submitted by: Administrator
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
Submitted by: Administrator

Read Online VB .Net Job Interview Questions And Answers