Write a program to reverse a number in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is the purpose of return statement?

0 Answers  


What do you know about the garbage collector in java?

0 Answers   TCS,


Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?

0 Answers   Amazon,


List the interfaces which extends collection interface?

0 Answers  


What are alternatives to java serialization?

0 Answers  


What is the Difference between Final Class && Abstract Class?

0 Answers   HCL,


Why java is considered dynamic?

0 Answers  


Which is better 64 bit or 32 bit?

0 Answers  


What does localhost mean?

0 Answers  


What are Inner classes?

4 Answers  


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 ..

7 Answers  


how to handle a singleton service locator. when multiple threads are trying to get the singleton object in same time

4 Answers   Mind Tree,


Categories