ThesaHelp: references g-h
Topic: weak vs. strong type checking
Group: exception handling
| |
Reference
Golman, O.,
"What are checked exceptions?",
Dr. Dobb's Journal, November 2001, pp. 111-114.
Google
Quotations
111 ;;Quote: Java provides both type checked exceptions and unchecked exceptions; which is better?
| 111 ;;Quote: checked expressions must be handled; suppress, bail out, propagate, base case, wrap, or translate; none are good
| 112 ;;Quote: most handlers end up propagating type-checked expressions; worse than unchecked expressions
|
Related Topics
ThesaHelp: references g-h (299 items)
Topic: weak vs. strong type checking (39 items)
Group: exception handling (12 topics, 305 quotes)
|