Core Spring Data
Written by: Oliver Gierke
Featured Refcardz: Top Refcardz:
  1. Git
  2. Prep for CD
  3. DNS
  4. Data Mining
  5. Spring Data
  1. Data Mining
  2. Spring Data
  3. DNS
  4. Machine Learning
  5. MongoDB

Link Details

Link 919673 thumbnail
User 884233 avatar

By screener
via javarevisited.blogspot.in
Published: Feb 07 2013 / 08:41

One of the interesting Java coding interview question for freshers and beginners. A number is palindrome if its equal to reverse of itself. Since you can not use any API method, key here is to use division operation (/) and remainder operator(%). You can get last digit of a number by %10 e.g. 123%10 will return 3. Similarly you can remove last digit by using /10 e.g. 123/10 will result in 12.
  • 8
  • 0
  • 175
  • 496

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.

Voters For This Link (7)



Voters Against This Link (0)