What is the purpose of final keyword and when to use it?
No Answer is Posted For this Question
Be the First to Post Answer
What does indexof mean?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
Are arrays immutable in java?
What is a type parameter in java?
How to transfer data from an Applet to Servlet ?
What do you understand by the bean persistent property?
What is replacefirst in java?
Is string a keyword in java?
what is the difference b/w design pattern and architecture
How to extract HashMap values?
What is exception in java?
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 ..