Computer Applications
Fill in the blanks:
_________ method is used to join two strings.
Java String Handling
57 Likes
Answer
concat()
Answered By
1 Like
Related Questions
What will be the output of the following program snippet?
str1 = "AMAN";
str2 = "AMIT";
System.out.println(str1.compareTo(str2));- 8
- 0
- -8
- 2
Which of the following packages contain string functions?
- java.awt
- java.string
- java.math
- java.lang
Fill in the blanks:
The output of the following statement, when executed:
System.out.println("COMPUTER".charAt(4)); is _________
Fill in the blanks:
The output of the statement, when executed:
System.out.println("Object Oriented".length()); is _________