Instance variables of types char, byte, short, int, long, float and double are all given the value _____by default.
Answers
Answered by
8
Explanation:
short - 2 bytes (16-bits) int - 2 bytes (16-bits) long - 4 bytes (32-bits) float - 4 bytes (32-bits)
Similar questions