Matthew Tyson
1 min readOct 21, 2019

--

I actually agree with this criticism of Java.

It’s not surprising that Java (invented in the mid-90s) had some flaws in it. Checked exceptions (throw/catch ) are probably the biggest remaining issue.

Its one reason I like and use Spring a lot: it wraps many checked exceptions into unchecked.

--

--

No responses yet