字符串常量池
2023-07-14 22:06:36 2 举报
Java 字符串常量池
作者其他创作
大纲/内容
\"hello\"
0x02
String s = \"hello\"
Stack
s = s.replace(\"hi\
String s = new String(\"hello\")
s = \"hello\"
Heap
×
字符串常量池
0x01
\"hi\"
String s = new String(\"hi\")
value 不可指向其他地址
byte[] 类型
value
0 条评论
下一页