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 / vignesh1988i
actually i cant understand your problem correctly..... wat
actually are you trying to say sir?????????? pl. reply...
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the reflection?
How can we make sure main() is the last thread to finish in java program?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
Give the hierarchy of inputstream and outputstream classes.
How do you sort an array in java?
what are different ways in which a thread can enter the waiting state? : Java thread
Variable of the boolean type is automatically initialized as?
What is a variable and constant?
How to create a base64 decoder in java8?
Why are constructors used?
What is string made of?
What is integer valueof?
What is a package in java? List down various advantages of packages.
How we can declare a static variable?
What is generic type?