Solved

The Statement S1)equalsIgnoreCase(s4)

Question 20

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions