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
Q4: Consider the String below:
String r =
Q10: Consider the statement below:
StringBuilder sb1 =
Q12: String objects are immutable.This means they:
A)Must be
Q13: To find the character at a certain
Q13: A String constructor cannot be passed variables
Q14: Given the following declaration:
StringBuilder buf =
Q15: An anonymous String _.
A)has no value
B)is a
Q16: How many String objects are instantiated by
Q17: Which of the following statements is true?
A)
Q19: Given the following declarations:
StringBuilder buffer =
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