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

How do you replace a string in java?

0 Answers  


What is an Iterator interface?

2 Answers  


I want to persist data of objects for later use. What’s the best approach to do so?

0 Answers  


What is a double vs float?

0 Answers  


What are the differences between this and super keyword?

0 Answers  






How static variable work in java?

0 Answers  


Does every java program need a main?

0 Answers  


Can Applet have constructors?

5 Answers   Infosys,


What is meant by javabeans?

0 Answers  


I have a String s = java; What is the output when I say s.replaceAll('j', 'k'); Also what is the value of s after replacing?

8 Answers   KPIT,


Which One is optimal to choose ? Syncronized hash map or Hash table with single thread model? How can a hash map syncronized with out using syncrozed blocks in programm?

3 Answers   Four soft,


Explain the reason behind ending a program with a system.exit(0)?

0 Answers  


Categories