1.

What is the default value of Array in Java?

Answer»

If we don't SPECIFY the values by ourselves, then Java ASSIGNS default values in them which are 0 for BYTE, short, int, and long, 0.0 for FLOAT and double, false for boolean, and null for OBJECTS respectively.



Discussion

No Comment Found