Write a program to reverse a number in java?
What is the purpose of return statement?
What do you know about the garbage collector in java?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
List the interfaces which extends collection interface?
What are alternatives to java serialization?
What is the Difference between Final Class && Abstract Class?
Why java is considered dynamic?
Which is better 64 bit or 32 bit?
What does localhost mean?
What are Inner classes?
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 ..
how to handle a singleton service locator. when multiple threads are trying to get the singleton object in same time