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
Q3: Which of the following will create a
Q4: Consider the String below:
String r =
Q5: Consider the examples below:
A. a string.
B.
Q6: How many String objects are instantiated by
Q7: Which of the following is not a
Q9: The length of a string can be
Q10: Consider the statement below:
StringBuilder sb1 =
Q11: Given the following declarations:
StringBuilder buf;
StringBuilder buf2
Q12: To find the character at a certain
Q13: Consider the statements below:
StringBuilder sb =
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents