All posts copyright © 2006-2018, Peter Davis. All rights reserved.
Monday, March 2, 2009
So How Come ... ?
In modern programming languages, you frequently see constructs like:
try {
...
} catch (...) {
....
}
But in real life, you have to catch exceptions
before
you can try them.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment