Replies: 2 comments 3 replies
-
|
JVM의 Runtime Data Area는 자바 프로그램이 실행되는 동안 JVM이 사용하는 메모리 영역들입니다. 메모리 영역들은 5가지로 분류됩니다.
|
Beta Was this translation helpful? Give feedback.
2 replies
-
|
String str = new String("a")와 String str= "a"의 차이를 메모리 관점에서 설명해주세요. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
.
Beta Was this translation helpful? Give feedback.
All reactions