I
want to share how to Change Uppercase into Lowercase in String in J2SE. You can use this code
but if you copy this code and paste in your blog/website, please insert this
link of article.
System.out.println(str1.toUpperCase());
System.out.println(str1.toLowerCase());
0 komentar:
Posting Komentar