InterviewSolution
Saved Bookmarks
| 1. |
Name the keyword that : (i) is used for allocating memory to an array. (ii) causes the control to transfer hack to the method call. |
|
Answer» (i) new (ii) return |
|