44 Likes
Answered By
27 Likes
int x = 98; char ch = (char)x; what is the value in ch?
The size of '\n' is:
Which of the following is an escape sequence character in Java?
/n
\t
/t
//n
The default value of a boolean variable is: