exception handling in java interview questions
Everyone knows that exceptions are something you avoid or handle. In the world of Java, this means that we should not use checked exceptions, and must document all potential exceptions. Well, even though the golden rule for handling exceptions is to ...