Write a function for palindrome and factorial and explain?


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

Post New Answer

More Core Java Interview Questions

Marker interface means , interface which has no methods.Then what is the necessity of its usage.I read "it tells the compiler that it should be treated differently ". "It is used to store state of an object". But still am not clear.Please explain clearly.

2 Answers  


Does java list allow null?

0 Answers  


What is the purpose of the System class?

0 Answers  


Is it compulsory for a try block to be followed by a catch block in java for exception handling?

0 Answers  


how to connect two diffrent applet files

0 Answers  






What is a parameter in a function?

0 Answers  


Why do we use threads in java?

0 Answers  


which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

6 Answers   HP, SparkTG,


According to java operator precedence, which operator is considered to be with highest precedence?

0 Answers  


How to sort array in descending order in java?

0 Answers  


What are functions in java?

0 Answers  


How HashMap implemented in java? how it internally works when values are added or searched from hashMap?What is the difference betweenthe implementation of hashmap and Linked Hashmap?

3 Answers   IBM,


Categories