I would like to know which one is the best way to work with binary numbers in java. I need a way to create an array of binary numbers and do some calculations with them. For example, I would like to X-or the values or multiply matrix of binary numbers.
Problem solved: Thanks very much for all the info.
I think for my case I'm going to use the BitSet mentioned by @Jarrod Roberson