J2SE Question:

What is throw?

J2SE Interview Question
J2SE Interview Question

Answer:

A Java keyword that allows the user to throw an exception or any class that implements the "throwable" interface.


Previous QuestionNext Question
What is transaction manager?What is this?