I want to do an analysis (once) using a java program on a very large amount of digits (1000). My question is: how do I hard code it or input it in my program? I tried hard coding it, but it won't except literals that exceed the int limit.
edit: So I want those 1000 digits to go into a 1000 member integer array.

