목록final (1)
되자!백엔드개발자
JAVA(자바) - static / final
static은 메모리와 연관이 깊기 때문에 먼저 읽고 오는걸 추천한다. https://hyun-jng.tistory.com/72?category=1020266 JAVA(자바) - 메모리 정리 static공부하다가 책에 설명이 부실한 것 같아 검색하다보니 메모리와 크게 연관이 있어보여 메모리 먼저 글을 써본다. 도움이 된 블로그는 아래와 같다 https://tape22.tistory.com/28 https://m.blog.naver.com/ hyun-jng.tistory.com static멤버 생성 방법 class Book { static int makeYear;// static변수 String title, author; ... } static멤버(클래스 멤버) vs non-static멤버(인스턴스 멤버)..
개발공부/JAVA
2022. 7. 24. 17:17