-
Which of the following statements are incorrect?
-
- Arrays in java are implemented as an object
- All arrays contain an attribute-length which contains the number of elements stored in the array
- Variables declared as final occupy memory
- final variable must be initialized at the time of declaration
- None of these
Correct Option: C
Variables declared as final occupy memory