Computer Science, asked by mahicuteeepie8310, 11 months ago

Instance variables of types char, byte, short, int, long, float and double are all given the value _____by default.

Answers

Answered by Anonymous
8

Explanation:

short - 2 bytes (16-bits) int - 2 bytes (16-bits) long - 4 bytes (32-bits) float - 4 bytes (32-bits)

Similar questions