Hi,
This is ravi i have a question like this i have string
"UNDERSTAND" now i want to count the letters how many times
it occures.i.e from the above string the out put should be
like this U-1,N-2,D-2,E-1,R-1,S-1,T-1,A-1.
how can i achieve this
Thnaks in advance for your response ..
Answer Posted / dilip
Actually what i think is take integers from a-z and
initialize each with 0
then take the string & using charAt & equalsIgnoreCase
increment the respaective values & then print the same.....
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is ternary operator?
What is serialization in java?
What is meant by distributed application? Why are we using that in our application?
What are the high-level thread states in java programming?
What is the difference between delete and delete[]
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What are the escape sequences in java?
What is the benefit of inner classes in java?
What is nan inf?
what is the purpose of "virtual"?
What are methods in java?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
Explain about member inner classes?
Does java initialize arrays to zero?
What does regex mean?