Comment on Java Puzzle: Square RootComments−tantalor13yI'd start by trying to create an evil subclass of BigInteger, as it is not a final class.−raylu13yI've tried this but failed to create something that was evil enough to pass on .equals but benign enough that it didn't choke on .divide
Comments
I'd start by trying to create an evil subclass of BigInteger, as it is not a final class.
I've tried this but failed to create something that was evil enough to pass on .equals but benign enough that it didn't choke on .divide