본문 바로가기

자바48

[자바 기초] this 키워드 복습 https://shins99.tistory.com/18 [자바 기초] 접근 제어 지시자, get(), set() 메서드 복습 https://shins99.tistory.com/17 [자바 기초] 객체와 객체 간 상호작용 복습 https://shins99.tistory.com/16 [자바 기초] 생성자 복습 https://shins99.tistory.com/12 [자바 기초] 함수와 메서드 복습 https://shins99.tistory shins99.tistory.com 💡 학습 목표 1. this 란 무엇일까? 2. this 3가지 사용방법을 알고 있는가? 3. 코드에 실행 흐름을 반드시 이해 하자! this란? (this의 기능) 1 instance(객체) 자기자신의 메모리를 가르킴 2 생성자에.. 2023. 8. 2.
[자바 기초] 생성자 복습 https://shins99.tistory.com/12 [자바 기초] 함수와 메서드 복습 https://shins99.tistory.com/11 [자바 기초] 객체 지향 언어란? 복습 https://shins99.tistory.com/9 [자바 기초] 참조 자료형 - Scanner, Random 복습 https://shins99.tistory.com/8 [자바 기초] for, while 복습 https://shins99.ti shins99.tistory.com 생성자 💡 학습 목표 1. 생성자가 뭘까? 2. 생성자를 사용하는 방법(문법 3. 생성자에는 기본생성자와 사용자정의 생성자가 있다 4. 생성자 오버로딩이란 무엇일까? 5. 생성자는 인스턴스화(객체화) 될 때 가장 먼저 수행되는 코드이다★★ 생.. 2023. 7. 31.
[자바 기초] 조건문 & 반복문 복습해보기 복습 https://shins99.tistory.com/7 https://shins99.tistory.com/8 [자바 기초] if 문 복습 https://shins99.tistory.com/6 [자바 기초] 연산자 복습 https://shins99.tistory.com/4 항과 연산자 항(operand) : 연산에 사용되는 값 연산자 (operator) : 항을 이용하여 연산하는 기호 대입 연산자 (assignment opera shins99.tistory.com [자바 기초] for, while 복습 https://shins99.tistory.com/7 [자바 기초] if 문 복습 https://shins99.tistory.com/6 💡 학습 목표 1. if문 단독 2. if else 구문 3. if.. 2023. 7. 30.
[자바 기초] 함수와 메서드 복습 https://shins99.tistory.com/11 [자바 기초] 객체 지향 언어란? 복습 https://shins99.tistory.com/9 [자바 기초] 참조 자료형 - Scanner, Random 복습 https://shins99.tistory.com/8 [자바 기초] for, while 복습 https://shins99.tistory.com/7 [자바 기초] if 문 복습 https://shins99.tistory.com/6 💡 shins99.tistory.com 함수와 메서드 💡 학습 목표 1. 함수에 대해 이해하자 . 2. 메서드에 대해 이해하자. 함수 (Function) ​ ● 하나의 기능을 수행하는 일련의 코드 ● 구현된(정의된) 함수는 호출하여 사용하고 호출된 함수는 기능이 끝.. 2023. 7. 28.
[자바 기초] 객체 지향 언어란? 복습 https://shins99.tistory.com/9 [자바 기초] 참조 자료형 - Scanner, Random 복습 https://shins99.tistory.com/8 [자바 기초] for, while 복습 https://shins99.tistory.com/7 [자바 기초] if 문 복습 https://shins99.tistory.com/6 💡 학습 목표 1. if문 단독 2. if else 구문 3. if else if else 구분 4. else 구문 shins99.tistory.com 객체 지향 언어란? 💡 학습 목표 class 와 객체에 의미를 이해하자 class - 객체를 만들기 전에 속성(상태)와 기능을 설계하는 도면 객체 : 실제 메모리에 올라간 녀석 (프로그램 세상에 존재하게 됨).. 2023. 7. 28.
[자바 기초] 참조 자료형 - Scanner, Random 복습 https://shins99.tistory.com/8 [자바 기초] for, while 복습 https://shins99.tistory.com/7 [자바 기초] if 문 복습 https://shins99.tistory.com/6 💡 학습 목표 1. if문 단독 2. if else 구문 3. if else if else 구분 4. else 구문에 의미 조건문 이란? ​ ● 주어진 조건에 따라 shins99.tistory.com 참조 자료형 - Scanner, Random 참조 자료형 (Reference Data Type) ● 기본 자료형을 제외한 나머지 모든 자료형이 속함 (내장 클래스. 사용자 정의 타입 등) ● 값을 가지는 게 아니라, 객체의 메모리 주소 (참조)값 을 가지는 자료형 ● 사용하는 .. 2023. 7. 27.