J2SE Question:
Download Questions PDF

What is throws?

J2SE Interview Question
J2SE Interview Question

Answer:

A Java keyword used in method declarations that specify which exceptions are not handled within the method but rather passed to the next higher level of the program.

Download J2SE Interview Questions And Answers PDF

Previous QuestionNext Question
What is transaction isolation level?What is thread?