Try and catch error trapping. why is it so significant
- by oded
sorry if it sounds dumb ' as i am i a process of learnning java
i try to understand , why on earth i should "try" a method to catch errors.
it looks to me like the concept is:- ' letting a process run assuming its not properly
developed.
should i always assume that a program based on classes and inheritance is bound for
unexpected errors, which i should handle with such a heavy tools like try catch throw throws ?
should all java programs be included withing try catch framework?
Thanks
Oded.