Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 917 Bytes

File metadata and controls

40 lines (24 loc) · 917 Bytes

JDK

1. JCF

1) 개념 다지기

📖 추천 도서

🎥 참고영상


2) 면접 질문

(1) ArrayList vs LinkedList

  • 두 List간의 차이점은?
  • 삽입, 삭제, 탐색에 대한 두 List 동작의 차이점은?
- 관련 자료

(2) HashMap vs ConcurrentHashMap

  • 두 Map간의 차이점은?
- 관련 자료

(3) ConCurrentHashMap

  • ConCurrentHashMap은 왜 Thread-Safe 할까요?
- 관련 자료