Example & Tutorial understanding programming in easy ways.

Which is superclass of Exception?

Which is superclass of Exception?

This is very common question normally asked in every interview by interviewer. 

"Throwable"
is parent class of all exception.

Read More →