|
1 | 1 | # 목차
|
2 | 2 |
|
3 |
| -- [읽어보기](README.md) |
| 3 | +- [목차](README.md) |
4 | 4 |
|
5 | 5 | ### Operating System
|
6 | 6 |
|
|
63 | 63 | - [트랜잭션(Transaction)](<Database/%ED%8A%B8%EB%9E%9C%EC%9E%AD%EC%85%98(Transaction)>) [@janghoosa](https://github.com/janghoosa)
|
64 | 64 | - [트랜잭션 격리 수준(Transaction Isolation Level)](Database/%ED%8A%B8%EB%9E%9C%EC%9E%AD%EC%85%98%20%EA%B2%A9%EB%A6%AC%20%EC%88%98%EC%A4%80) [@janghoosa](https://github.com/janghoosa)
|
65 | 65 | - [저장 프로시저(Stored PROCEDURE)](<Database/%EC%A0%80%EC%9E%A5%20%ED%94%84%EB%A1%9C%EC%8B%9C%EC%A0%80(Stored%20PROCEDURE)>) [@goldggyul](https://github.com/goldggyul)
|
66 |
| -- [레디스(Redis)@sujin-kk](Database/Redis) |
| 66 | +- [레디스(Redis) @sujin-kk](Database/Redis) |
67 | 67 |
|
68 | 68 | ### Java
|
69 | 69 |
|
70 |
| -- Java 컴파일 과정 [@Lee-Jiseung](https://github.com/Lee-Jiseung) |
71 |
| -- Call by Value vs Call by Reference [@sujin-kk](https://github.com/sujin-kk) |
72 |
| -- String & StringBuffer & StringBuilder [@sujin-kk](https://github.com/sujin-kk) |
| 70 | +- Java 컴파일 과정 |
| 71 | +- Call by Value vs Call by Reference |
| 72 | +- String & StringBuffer & StringBuilder |
73 | 73 | - [자바 가상 머신(Java Virtual Machine)](<Java/%EC%9E%90%EB%B0%94%20%EA%B0%80%EC%83%81%20%EB%A8%B8%EC%8B%A0(Java%20Virtual%20Machine)>) [@Lee-Jiseung](https://github.com/Lee-Jiseung)
|
74 | 74 | - [Casting(업캐스팅 & 다운캐스팅)](Java/타입%20캐스팅%20%26%20오토%20박싱) [@LifesLike](https://github.com/LifesLike)
|
75 | 75 | - [오토 박싱 & 오토언박싱](Java/타입%20캐스팅%20%26%20오토%20박싱) [@LifesLike](https://github.com/LifesLike)
|
76 | 76 | - [Thread 활용](Java/Thread%20%26%20Lock) [@janghoosa](https://github.com/janghoosa)
|
77 | 77 | - [고유 락(Intrinsic Lock)](Java/Thread%20%26%20Lock) [@janghoosa](https://github.com/janghoosa)
|
78 |
| -- 문자열 클래스 [@sujin-kk](https://github.com/sujin-kk) |
| 78 | +- 문자열 클래스 |
79 | 79 | - [Garbage Collection](Java/Garbage%20Collection) [@goldggyul](https://github.com/goldggyul)
|
80 | 80 | - Promotion & Casting
|
81 | 81 | - [Primitive type & Reference type](https://github.com/KUkingClass/cs-class/blob/main/Java/PrimitiveType%20and%20Record/Primitive%20type%2C%20Record.md) [@janghoosa](https://github.com/janghoosa)
|
82 | 82 | - [직렬화(Serialization)](<Java/%EC%A7%81%EB%A0%AC%ED%99%94(Serialization)>) [@Lee-Jiseung](https://github.com/Lee-Jiseung)
|
83 | 83 | - [Error & Exception](Java/Error%20%26%20Exception) [@goldggyul](https://github.com/goldggyul)
|
84 |
| -- [Stream API](Java/%EC%8A%A4%ED%8A%B8%EB%A6%BC%20API) |
| 84 | +- [Stream API](Java/%EC%8A%A4%ED%8A%B8%EB%A6%BC%20API) [@LifesLike](https://github.com/LifesLike) |
85 | 85 | - [Record](https://github.com/KUkingClass/cs-class/blob/main/Java/PrimitiveType%20and%20Record/Primitive%20type%2C%20Record.md) [@janghoosa](https://github.com/janghoosa)
|
86 |
| -- Composition [@sujin-kk](https://github.com/sujin-kk) |
| 86 | +- Composition |
0 commit comments