Computer Applications
Fill in the blanks:
The output of the following statement, when executed:
System.out.println("COMPUTER".charAt(4)); is _________
Java String Handling
57 Likes
Answer
U
Answered By
2 Likes
Related Questions
Which of the following packages contain string functions?
- java.awt
- java.string
- java.math
- java.lang
Fill in the blanks:
_________ method is used to join two strings.
Fill in the blanks:
The output of the statement, when executed:
System.out.println("Object Oriented".length()); is _________
Fill in the blanks:
_________ operator is used to concatenate two strings.