1.

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

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



Discussion

No Comment Found