Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

?
Lv 7

How do you fix runtime errors.?

I recieve runtime errors on my computer when i am on MYSPACE.

4 Answers

Relevance
  • 1 decade ago
    Favorite Answer

    The solution is exception handling. In general developers should have a strategy for handling exceptions. This helps applications identify and respond to exceptional events in a known and robust manner.

    What is an exception? Exceptions are exceptional events or error conditions within an application and are categorized as system or application exceptions

    Source(s): Smutty
  • 1 decade ago

    Unless You have sufficient knowledge of C++, C or VB.net and some other languages don't try, You can mess things up badly. The reason You get these errors is because of poor coding You will just have to live with it. Try using a different browser if you are using IE then use Firefox or IE7 if using IE6.

  • Anonymous
    1 decade ago

    Read this articles about runtime error to find your answer:

    http://www.helpero.com/Questions-and-answers/Compu...

    http://www.helpero.com/Questions-and-answers/Compu...

    Helpero is a web site that helps every Internet user, from all over the world, solve any computer related problem.

  • 1 decade ago

    Those are pretty hard to get rid of. What I usually do is print out certain parts of the out put through out the program. This way, you can kinda tell where your calculations is messing up. For example if you need to multiplay A*B to get C. I would print out A and B and C separately, jut to make sure that my input is correct. I hope this helps.

    PS remember, that you cant divide by zero. Good Luck

Still have questions? Get your answers by asking now.