https://github.com/devholic22/computer-science-interview
☕️ 개발자 기술면접 대비 CS 정리 (Java 백엔드) ☕️
https://github.com/devholic22/computer-science-interview
Last synced: 5 months ago
JSON representation
☕️ 개발자 기술면접 대비 CS 정리 (Java 백엔드) ☕️
- Host: GitHub
- URL: https://github.com/devholic22/computer-science-interview
- Owner: devholic22
- Created: 2024-01-29T05:45:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T07:33:16.000Z (over 2 years ago)
- Last Synced: 2025-10-23T12:41:57.873Z (8 months ago)
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# computer-science-interview
개발자 기술면접 정리
## Java
* [Java SE vs Java EE](https://github.com/devholic22/computer-science-interview/blob/main/java/Java_SE_vs_Java_EE.md)
* [자바의 접근 제한자](https://github.com/devholic22/computer-science-interview/blob/main/java/%EC%9E%90%EB%B0%94%EC%9D%98_%EC%A0%91%EA%B7%BC_%EC%A0%9C%ED%95%9C%EC%9E%90.md)
* [자바의 데이터 타입](https://github.com/devholic22/computer-science-interview/blob/main/java/%EC%9E%90%EB%B0%94%EC%9D%98_%EB%8D%B0%EC%9D%B4%ED%84%B0_%ED%83%80%EC%9E%85.md)
## 데이터베이스
* [데이터베이스 사용 이유](https://github.com/devholic22/computer-science-interview/blob/main/database/%EB%8D%B0%EC%9D%B4%ED%84%B0%EB%B2%A0%EC%9D%B4%EC%8A%A4_%EC%82%AC%EC%9A%A9_%EC%9D%B4%EC%9C%A0.md)
## 운영체제
* [캐시 메모리](https://github.com/devholic22/computer-science-interview/blob/main/hardware_and_os/%EC%BA%90%EC%8B%9C_%EB%A9%94%EB%AA%A8%EB%A6%AC.md)
## 네트워크
* [쿠키와 세션](https://github.com/devholic22/computer-science-interview/blob/main/network/%EC%BF%A0%ED%82%A4%EC%99%80_%EC%84%B8%EC%85%98.md)
## 참고한 Github Reference
* [Backend_Interview_for_Beginner](https://github.com/backtony/Backend_Interview_for_Beginner)
* [Interview_Question_for_Beginner](https://github.com/JaeYeopHan/Interview_Question_for_Beginner)
* [tech-interview](https://github.com/WeareSoft/tech-interview)
* [backend-interview-question](https://github.com/ksundong/backend-interview-question)
* [tech_interview.zip](https://github.com/4z7l/tech_interview.zip)
* [tech-interview-for-developer](https://github.com/gyoogle/tech-interview-for-developer)
* [2023-CS-Study](https://github.com/devSquad-study/2023-CS-Study)
* [주니어 자바 개발자를 위한 100가지 질문 (1)](https://careerly.co.kr/comments/83898)
* [주니어 자바 개발자를 위한 100가지 질문 (2)](https://careerly.co.kr/comments/84093)