What is the Operating System?

Operating System is software that users need to use a computer.

Oct 22, 2021 · Jaehyun Hong · OS

Summary of HashMap

Core principles of HashMap, structural changes by JDK version, and advanced utilization.

Understanding Arrays

What is the most efficient data structure for storing data? It’s the ‘Array’.

Java Collections and Generics

A summary of Java Collections Framework and the use of Generics.