can anyone explain more briefly the homework in lab 1022 which said that "Use
either ChangeToUpperCaseInputStream class or
ChangeToUpperCaseOutputStream class to convert the characters read to
upper case"?
is it using character stream to make so correctly read char, and then the
return of method read() converted to char.
after this we call Character.toUpperCase(ch) method?
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---