Skip to content

Commit

Permalink
README.md에 링크 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
always-awake committed May 29, 2019
1 parent 4098e48 commit 7bc8626
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

## 순서
### 오리엔테이션
* [필기 링크]()
* [필기 링크](https://github.com/always-awake/Java/blob/master/theory/1%EC%9E%A5.md)
1. java 프로그래밍이란?

### JAVA 기초 문법
* [필기 링크]()
* [필기 링크](https://github.com/always-awake/Java/blob/master/theory/2%EC%9E%A5.md)
1. Java 프로그램의 실행 구조
2. 변수
3. 기본 자료형
Expand All @@ -18,7 +18,7 @@
8. 반복문

### Java 객체
* [필기 링크]()
* [필기 링크](https://github.com/always-awake/Java/blob/master/theory/3%EC%9E%A5.md)
1. 객체 지향 프로그래밍이란
2. 클래스 제작과 객체 생성
3. 메서드
Expand All @@ -28,7 +28,7 @@
7. 데이터 은닉

### Java 상속 및 클래스
* [필기 링크]()
* [필기 링크](https://github.com/always-awake/Java/blob/master/theory/4%EC%9E%A5.md)
1. 상속
2. 상속 특징
3. 내부 클래스와 익명 클래스
Expand All @@ -39,7 +39,7 @@
8. Collections

### Java 마무리
* [필기 링크]()
* [필기 링크](https://github.com/always-awake/Java/blob/master/theory/5%EC%9E%A5.md)
1. 예외처리
2. 입력과 출력
3. 네트워킹
Expand Down

0 comments on commit 7bc8626

Please sign in to comment.