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: Option A

Join The Discussion