When to catch RuntimeExceptions in code?

Viewed 269

While programming in java is there any time that I as the programmer should be considering to catch RuntimeExceptions ?

5 Answers
Related