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
Which of the following is an escape sequence character in Java?
/n
\t
/t
//n
The number of bytes occupied by a character array of four rows and three columns are: