Multiple Choice Question

Quiz Guidelines

 

QID: 
100
Question: 

In which of these variable declarations, will the variable remain uninitialized unless explicitly initialized?

Select 1 option

A. Declaration of an instance variable of type int.
B. Declaration of a static class variable of type float.
C. Declaration of a local variable of type float.
D. Declaration of a static class variable of class Object
E. Declaration of an instance variable of class Object.

Q&A Set: