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