Sunday, January 28, 2007

uses of toLowerCase( ) and toUpperCase( ) methods?

The method toLowerCase( ) converts all the characters in a string from uppercase to

lowercase.

The method toUpperCase( ) converts all the characters in a string from lowercase to

uppercase.

SOURCE : www.referjava.com

No comments: