Top Posters
Since Sunday
A
6
j
6
c
5
m
5
C
5
d
5
s
5
n
4
i
4
d
4
d
4
J
4
New Topic  
Izaganag Izaganag
wrote...
Posts: 686
Rep: 2 0
8 years ago
Given the following code fragment
   String strA = "aBcDeFg";
   String strB = strA.toLowerCase( );
   strB = strB.toUpperCase( );
   String strC = strA.toUpperCase( );
A) strB.compareTo(strC) would yield 0
B) strA.compareTo(strC) would yield 0
C) strA.equals(strC) would be true
D) strB.equals(strC) would be true
E) none of the above
Textbook 
Java Software Solutions: Foundations of Program Design

Java Software Solutions: Foundations of Program Design


Edition: 7th
Authors:
Read 412 times
3 Replies
Replies
Answer verified by a subject expert
habibtihabibti
wrote...
Top Poster
Posts: 1486
8 years ago
Sign in or Sign up in seconds to unlock everything for free
More solutions for this book are available here
1

Related Topics

Izaganag Author
wrote...
8 years ago
Yeah, that works Slight Smile Thank you.
wrote...
8 years ago
Guys, you see that "vote as best answer" button below the answer, CLICK IT Slight Smile Slight Smile
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  676 People Browsing
Related Images
  
 236
  
 202
  
 4891