Comment on Java Puzzle: Square RootComments−martinced13yIs this just like String that are actually mutable on most JVM implementations out there where the underlying char[] can be accessed using reflection?
Comments
Is this just like String that are actually mutable on most JVM implementations out there where the underlying char[] can be accessed using reflection?