InterviewSolution
Saved Bookmarks
| 1. |
Which of the following statements are incorrect?(a) Variables declared as final occupy memory(b) final variable must be initialized at the time of declaration(c) Arrays in java are implemented as an object(d) All arrays contain an attribute-length which contains the number of elements stored in the array |
|
Answer» The correct choice is (a) Variables declared as final occupy memory The best I can explain: None. |
|