Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么 String 在 java 中是不可变的或最终的? 有人说因为它很容易使用不可变字符串,但他们试图失败。 有人说出于安全原因。 但我找不到这背后的逻辑。