Tag: java
All the articles with the tag "java".
-
Java Interview Prep #1: Java Core and Concurrency
Published: at 10:00 AMA practical Java Core interview guide covering JVM memory, garbage collection, the Java Memory Model, and concurrency, from foundational questions to production trade-offs.
-
Java Concurrency: Thread Pools and Virtual Threads
Published: at 12:00 AMA production-oriented guide to Java concurrency: shared state, thread pools, backpressure, CPU and I/O-bound work, and what Virtual Threads change.
-
Why Java Still Matters
Published: at 10:00 AMA practical explanation of why Java remains widely used for backend systems, enterprise software, and long-lived engineering teams.
-
Tomcat, Jetty, or Undertow: Choosing a Java Web Server
Published: at 11:17 AMA practical comparison of Tomcat, Jetty, and Undertow, covering request handling, embedding, protocol support, and application fit.