본문 바로가기 메뉴 바로가기

Studying programming

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Studying programming

검색하기 폼
  • Jimin's Programming (194)
    • Algorithms (54)
    • JavaScript (16)
    • Vue.js (3)
    • Node.js (3)
    • React.js (7)
    • React Native (0)
    • Spring Boot (13)
    • JAVA (58)
    • C++ (17)
    • Programming (19)
    • Computer basics (4)
  • 방명록

reference in java (1)
Java is Pass-By-Value

Primitive types swap method will never work because Java is strictly Pass-By-Value. If you want to swap two arguments, use array or object to send reference as a value. Example I primitive types are never changed class Main { //primitive type doesn't swap public static void swap(int i, int j) { int temp = i; i = j; j = temp; } public static void main(String[] args) { int i = 10; int j = 20; swap..

JAVA 2019. 7. 27. 06:08
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • C++
  • Javascript Algorithm
  • rest parameter
  • repeat()
  • compareTo()
  • java
  • equals()
  • substring()
  • hackerrank javascript solution
  • 프로그래머스 알고리즘문제
  • hackerrank
  • easy javascript algorithm
  • easy algorithm
  • spring boot application
  • algorithm
  • Object type casting
  • 알고리즘
  • 프로그래머스 알고리즘
  • hackerrank solution
  • string class in java
  • hackerrank javascript
  • Collection Framework
  • 프로그래머스
  • HackerRank Algorithm
  • code refactoring
  • math.max
  • HashMap
  • javascript
  • ... in Javascript
  • math.abs
more
«   2025/06   »
일 월 화 수 목 금 토
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바