Computer Applications
Fill in the blanks:
Character literal is enclosed within _________.
Java String Handling
48 Likes
Answer
single quotes (')
Answered By
2 Likes
Related Questions
Fill in the blanks:
_________ operator is used to concatenate two strings.
Fill in the blanks:
String declaration is terminated by the symbol _________.
Fill in the blanks:
The return type of the statement equals( ) is _________.
Fill in the blanks:
The output of "VIDYALAYA."substring(2,5) will result in _________