Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

오타 수정 #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Java/[Java] Call by Value vs Call by Reference.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Call by value ve Call by Reference
## Call by value vs Call by Reference

간단하면서도 헷갈리는 개념 중 하나이다.

Expand All @@ -12,7 +12,7 @@ Primitive Type(원시 자료형)의 경우 Call by Value



Reference Type(참조 타입)의 경우 Call by Value
Reference Type(참조 타입)의 경우 Call by Reference
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Java에서는 Reference Type도 Call by Value입니다~ 이 부분은 의도해서 쓴 부분이에요! 늦게 확인했네요... ㅎㅎ;;


- Array, 참조 타입

Expand Down