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

Variables declared as final occupy memory



Your comments will be displayed only after manual approval.