What is a string what operation can be performed out with the help of a string?
No Answer is Posted For this Question
Be the First to Post Answer
What is java english?
I want to store more than 10 objects in a remote server? Which methodology will follow?
Is void a data type in java?
Is namespace same as package in java?
What method is used to know the status of Checkbox(i.e it is checked or unchecked)?
What are the differences between checked exception and unchecked exception?
Why can't we override private static methods?
Is array a class in java?
What is difference between stringbuffer and string?
What are desktop procedures?
How do you compare objects 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 ..