What are static methods?
No Answer is Posted For this Question
Be the First to Post Answer
What is unicode in java?
What are command line arguments?
Can a class extend more than one class?
Which is better singleton or static class?
What is string args [] in java?
What is the difference between numeric and integer?
How do you check if a character in a string is a digit or letter?
What is bitwise complement?
5 Coding best practices you learned in java?
What are the methods to rectify ambiguities in the interfaces in JAVA?
How do you download stubs from Remote place?
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 ..