What are the default values of the primitive data type int and float?
31 Likes
Default value of int is 0 and float is 0.0f.
Answered By
16 Likes
Which of the following is a valid java keyword?
int x = 98; char ch = (char)x; what is the value in ch?
The default value of a boolean variable is: