Vidyalelo
Java Programming · Q80

Miscellaneous Java

Programming · Java Programming · question 80

Q80

Which of the following statements are incorrect?

A.
Variables declared as final occupy memory
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board