0% found this document useful (0 votes)
5 views1 page

Day5 Programming Questions

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

Day5 Programming Questions

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

64.

Write a JAVAprogram to find length of a string and compare and concatenate two
strings.

65. Write a JAVAprogram to find total number of alphabets, digits or special


character in a string.

66. Write a JAVAprogram to count total number of vowels and consonants in a string.

67. Write a JAVAprogram to count total number of words in a string.

68. Write a JAVAprogram to find reverse of a string.

69. Write a JAVAprogram to check whether a string is palindrome or not.

70. Write a JAVAprogram to find first occurrence of a character in a given string.

71. Write a JAVAprogram to find last occurrence of a character in a given string.

72. Write a JAVAprogram to search all occurrences of a character in given string.

73. Write a JAVAprogram to count occurrences of a character in given string.

74. Write a JAVAprogram to find highest frequency character in a string.

75. Write a JAVAprogram to find lowest frequency character in a string.

76. Write a JAVAprogram to count frequency of each character in a string

You might also like