Multiple Choice
The statement
S1) equalsIgnoreCase(s4)
Is equivalent to which of the following?
A) s1.regionMatches(true,0,s4,0,s4.length() ) ;
B) s1.regionMatches(0,s4,0,s4.length() ) ;
C) s1.regionMatches(0,s4,0,s4.length) ;
D) s1.regionMatches(true,s4,0,s4.length) ;
Correct Answer:

Verified
Correct Answer:
Verified
Q2: Given the following declarations: <br>StringBuilder buf;<br>StringBuilder buf2
Q15: How many String objects are instantiated by
Q16: Which of the following will create a
Q18: Given the following declarations: <br>StringBuilder buffer =
Q19: Which of the following is not a
Q20: Which of the following statements is true?<br>A)
Q21: The statement<br>S1)startsWith("art")<br>Has the same result as which
Q23: A String constructor cannot be passed _.<br>A)char
Q24: Consider the String below:<br>String r = "a
Q26: String objects are immutable. This means they