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

Questions by pen2satya

Showing Answers 1 - 1 of 1 Answers

bharathi

  • Jul 5th, 2007
 

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

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions