im a beginner javaprogrammer and i need help with a project. I need to handle millionsof digits of numbers, so is there a java datatype that can aid me? Ifnot can anyone suggest a solution to this conundrum of mine.thanx and take care.
BigInteger and BigDecimal could help.
Creation of dynamic linked list at the run time is another option.