InterviewSolution
Saved Bookmarks
| 1. |
Name the keyword that (i) informs that an error has occurred in an input I output operation. (ii) distinguishes between instance variables and class variables. |
|
Answer» (i) throws IOException. (ii) static keyword. |
|