Multiple Choice
Which statement is true, given the following code fragment? String strA = "aBcDeFg";
String strB = strA.toLowerCase() ;
StrB = strB.toUpperCase() ;
String strC = strA.toUpperCase() ;
A) strB.equals(strC) would be true
B) strB.compareTo(strC) would yield 0
C) strA.equals(strC) would be true
D) strA.compareTo(strC) would yield 0
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Q1: What is the function of the dot
Q2: What is autoboxing?
Q4: In a development environment that fully supports
Q5: Write a declaration for a Rectangle named
Q6: An API is<br>A) an Abstract Programming Interface<br>B)
Q7: An alias is when<br>A) two different reference
Q8: The names of the wrapper classes are
Q9: Write a statement to create a Color
Q10: What happens if you attempt to use
Q11: These two ways to set up a