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

Why does abstract class have constructor?

0 Answers  


What is ‘has a’’ relationship in java?

0 Answers  


How will you override default serialization mechanism in java

2 Answers  


Is string a data type in java?

0 Answers  


Given: 11. public static void main(String[] args) { 12. Integer i = uew Integer(1) + new Integer(2); 13. switch(i) { 14. case 3: System.out.println(”three”); break; 15. default: System.out.println(”other”); break; 16. } 17. } ‘What is the result? 1 three 2 other 3 An exception is thrown at runtime. 4 Compilation fails because of an error on line 12.

9 Answers  






What is static variable with example?

0 Answers  


Can there be an abstract method without an abstract class?

0 Answers  


Why vector is used in java?

0 Answers  


What is data and its types?

0 Answers  


When super keyword is used?

0 Answers  


what models are available for event handling?

1 Answers  


What happens if I remove static from main method?

0 Answers  


Categories