InterviewSolution
Saved Bookmarks
| 1. |
Does java contain auto or register keywords?(a) Yes, for declaring every type of variable(b) Yes, only to declare cache registers(c) No, because java doesn’t support automatic variables(d) No, java supports local variable conceptI have been asked this question in homework.My query is from Automatic Variable in chapter Memory Allocation & Scope of Variable of Object Oriented Programming |
|
Answer» Correct choice is (d) No, java supports local VARIABLE concept |
|