which of these variable declarations will the variable remain uninitialized unless it is explicitly initialized?1)Declaration of an instance variable of type int.2)Declaration of a static variable of type float.3)Declaration of a local variable of type float.4)Declaration of a static variable of type Object.5)Declaration of an instance variable of type int[].