Using Java 21 Pattern Matching Effectively (with Scala)

The highly developed Java is indistinguishable from Scala.

September 21, 2023 · 11 min · 2273 words · junghoon-vans

[Java] Why Use Deque Instead of Stack?

Compares Queue, Stack, and Deque in Java and explains why Deque is preferred over the legacy Stack class.

May 5, 2023 · 6 min · 1122 words · junghoon-vans

[Java] Replace Loops with Collection Pipelines

When is it best to use streams introduced in Java 8?

July 19, 2021 · 3 min · 559 words · junghoon-vans

[Java] Primitive Types and Reference Types

Let’s learn about Java’s basic data types and reference data types!

July 16, 2021 · 4 min · 723 words · junghoon-vans