lab 1007 - exception handling. i've noted a few labs where errors in the instructions do not allow the exercise to work, and i find it hard to believe i'm the first to report it. this must be especially difficult for those with even less programming experience than me. has anyone on your end gone through these exercise to confirm they're correct? as the course advances, i'm increasingly concerned i won't be able to spot these errors. it's hard enough to learn new things, let alone incorrect new things. do you feel the same way, and what can you do to ensure the course material is true?
thanks kindly, ...stephen On Sep 23, 6:19 pm, Michèle Garoche <[email protected]> wrote: > 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
