Skip to content

Latest commit

 

History

History
61 lines (50 loc) · 3.19 KB

README.md

File metadata and controls

61 lines (50 loc) · 3.19 KB

Study

공부하면서 배운것들을 정리하는 Repository 입니다.

JAVA

  1. JVM
  2. DataType
  3. Operator
  4. iteration
  5. Conditional
  6. OOP
  7. Class
  8. String
  9. HashMap
    9-1. ConcurrentHashMap
  10. Exception
  11. Package
  12. Abstract & Interface
  13. [Annotation]
  14. [Generic]
  15. [Lamda & Stream]
  16. [Thread]
  17. [Enum]
  18. [call by value & call by reference]

OS

  1. Kernel
  2. Processes & Threads
  3. Interrupt
  4. Scheduler
  5. Synchronize
  6. Memory
  7. VirtualMemory
  8. CacheMemory

Network

  1. OSI_7Layer
  2. HTTP
  3. HTTP Cache
  4. Cookie
  5. Session
  6. Port
  7. DNS
  8. UDP

DB

Spring

Etc

  1. PreparedStatement & Statement
  2. WAS & WebServer
  3. Framework & Library
  4. Mybatis