hey guys..
this is an initiative to create robust programs.. so people just come ahead and post you queries and we will try together to create the best possible programs here...i am a new guy to this language..
my first initiative to creating a robust program was checking whether a number is a pallindrome or not..although this is a very easy program but making it robust was a little difficult because if we enter a very big number..the program generally throws an exception because the number that we had entered had already exceeded the range of the primitive data type that we had used in the program.
i have made a program using strings..and it works just fine..u can enter a number of any length and it does not throw an exception......

