Use the java.math.BigInteger class to store your numbers and compare them.
http://java.sun.com/j2se/1
Main Topics
Browse All TopicsCan i get the source code or logic to compare 2 more than 30 digit number?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Use the java.math.BigInteger class to store your numbers and compare them.
http://java.sun.com/j2se/1
Hi , I have a similar problem to this currently i got around it by loading the digits straight into a char array and then compare the outputs and it works but il rather have a simpler solution.
I tried the above methods suggesting to convert it to string, but that would only be possible if i can store the value as something initially i.e. long num = 40 digits.
Just a question for InteractiveMind how many digits can you assign to BigInteger.
sorry in advance if im not allowed to ask a counter question here
thanks
Business Accounts
Answer for Membership
by: basav_comPosted on 2009-04-08 at 12:12:01ID: 24100716
Can you elaborate your question more..