Hi all, please find your Java newsletter below. The Java Newsletter Insights is coming on Sunday, as always. 🚀

🔥 Top Java Post

Let’s start Java applications faster: Introducing Project Leyden

An OpenJDK plan to speed up Java startup time. Learn more

🤖 Java Interview Questions

Q. In which states can a Java thread be?

NEW – A thread that has not yet started is in this state.
RUNNABLE – A thread executing in the Java virtual machine is in this state.
BLOCKED – A thread that is blocked waiting for a monitor lock is in this state.
WAITING – A thread that is waiting indefinitely for another thread to perform a particular action is in this state.
TIMED_WAITING – A thread that is waiting for another thread to perform an action for up to a specified waiting time is in this state.
TERMINATED – A thread that has exited is in this state

Reference

❓StackOverflow Special Java Question

  1. How can I clear or empty a StringBuilder?

🖱️ Just Click It

  1. Quarkus with Java Virtual Threads
  2. Javalin 5.0
  3. Java on-ramp – Fully defined Entrypoints
  4. Spring Boot: Up & Running • Mark Heckler & Thomas Vitale • GOTO 2022
  5. What Does a Modern JVM Look Like, And How Does It Work?
  6. Starting (With) Java, Made Simple – Inside Java Newscast #35
  7. The Arrival of Java 19

⚙️ New Releases

Previous Java Newsletter Editions