On Sep 23, 11:05 pm, "ooo.stephen" <[email protected]> wrote: > somethings wrong with this exercise. > please update, and notify me. If you could specify the lab that would help us to help you.
If you speak about the java exception lab, there is nothing wrong in it. Or to be more accurate the wrong things that are in it are on purpose to train you how to find and correct bugs in a program: that is study the code, try to understand what it does, read the javadoc to understand which exception you can catch, how you should rewrite the code so that it effectively catch the exception you want it to catch, etc. That is kind of real-life debugging task on a very very simple example. Michèle Garoche -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en
