InterviewSolution
Saved Bookmarks
| 1. |
Name the Java keyword that : (i) indicates that a method has no return type. (ii) stores the address of the currently-calling object. |
|
Answer» (i) Void Keyword (ii) This Keyword |
|