Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Runtime error in Java 6
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Lew, post: 3605480"] Other uses of exceptions tend to be an antipattern. Use of conditional checks is usually better. This is especially true when a program emits gobs and gobs of exceptions. That is almost certainly not due to correct programming. Either there are bugs or the programmer is relying too much on exceptions instead of prevention. Still the most common reason to have exceptions is the presence of bugs. Note that I said "probably" about the presence of bugs, not "certainly". I would rate the probability as very high. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Runtime error in Java 6
Top