RealJavaOnline.com
Learn Java Really
Home
Strings
Input a String from user and count No. of uppercase letters it contain.
Input a line of multiple words from user and count No. of words it contain.
Input a string and convert its uppercase letters to smallcase and vice verse.
Expected Output:
Enter String : RealJava rEALjAVA
Input a string and make its reverse without using library functions.
Expected Output:
Enter String : BCE ECB
Program to match the content of 2 Strings without using Lib Function.
Program to count length of String.
Program to replace all digits of a string with '*'
Expected Output:
Enter String : A12BC A**BC