Finally Getting the Most Out of the Java Thread Pool

Finally understanding how thread pools really work in Java can be the difference between your application being a slog, or a clean and efficient system. Read more

Similar

Go vs. Java: we chose Go, and you should too

We all know that blissful feeling at the start of a greenfield project. Every decision has been left up to you, and the possibilities seem endless. As you think about how to get started, one question you will probably ask yourself is which programming lan... (more…)

Read more »

Jshell: exploring Java 9 REPL

Remember the days when you need to write at least one class to test a small snippet of Java code ?! well, this days will be soon from the past once java 9 is released. JShell is the first official Java REPL (Read-Eval-Print-Loop), a command line tool that... (more…)

Read more »