Y
Hacker News
new
|
ask
|
show
|
jobs
by
MRtecno98
152 days ago
Because java is garbage-collected and doesn't have any of the problems of C++ exceptions, so checked exceptions just become a nuisance of having to try/catch everything.
1 comments
lateforwork
152 days ago
You don't have to try/catch everything.
link
pasc1878
150 days ago
You do have to catch checked exceptions and that is the issue under debate.
link
lateforwork
149 days ago
No, you can just declare that the exception in the throws clause.
link