In which of these variable declarations will the variable remain uninitialized
unless it is explicitly initialized?
Select the one correct answer.
(a) Declaration of an instance variable of type int.
(b) Declaration of a static variable of type float.
(c) Declaration of a local variable of type float.
(d) Declaration of a static variable of type Object.
(e) Declaration of an instance variable of type int[].
please someone telle me the correct answer and why it's correcte
je n'arrive pas à trover la réponse exacte mais je pense que la plus proche c'est (d) svp quelle est la meilleur e réponse
Partager