What are identifiers ?
16 Likes
Identifiers are symbolic names given to different parts of a program such as variables, methods, classes, objects, etc.
Answered By
9 Likes
int x = 98; char ch = (char)x; what is the value in ch?
The number of bytes occupied by a character array of four rows and three columns are:
The size of '\n' is:
Which of the following is an escape sequence character in Java?
/n
\t
/t
//n