What are the default values of the primitive data type int and float?
30 Likes
Default value of int is 0 and float is 0.0f.
Answered By
16 Likes
int x = 98; char ch = (char)x; what is the value in ch?
The size of '\n' is:
There are 128 set of different characters used in a Java program.