Question - 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