NullPointerException??
in
Programming Questions
•
1 year ago
So I have an ArrayList list that is storing some Integers in it and I need to sort them so that I can do some math on them. I've got the ArrayName.toArray passing to array to store the numbers. Then I'm running the Arrays.sort on it and it throws a NullPointerException any idea why it would do this?
1