Which of the following statements is correct?
Static variables are shared among all objects of a class
Local variables are automatically initialized
Instance variables cannot be final
A final variable can be reassigned
This question is part of this quiz :
Java Variables