InterviewSolution
Saved Bookmarks
| 1. |
What Is Throw ? |
|
Answer» A Java keyword that allows the user to throw an exception or any CLASS that IMPLEMENTS the "THROWABLE" INTERFACE. A Java keyword that allows the user to throw an exception or any class that implements the "throwable" interface. |
|