⟩ What are the difference between dispose(), close(), exit(), end()? When do we use them?
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