Comment on Java Puzzle: Square RootparentComments−craigching13yBut n is also private, so you can't reassign it without using setAccessible or changing the security manager, both forbidden by the rules.
Comments
But n is also private, so you can't reassign it without using setAccessible or changing the security manager, both forbidden by the rules.