Correct answers to the question below are 1 and 2.
Why statement 5 is incorrect?
Select the correct answers:
1.Array indexes in
Java always start at 0.
2.An instance variable declared in a class is created when an instance of the class is created.
3.An instance variable declared in a class is created the first time an instance of the class is accessed.
4.When an object is created, any instance variables which have not been assigned a value remain undefined.
5. The double and long primitive types are also known as literals.