The most popular articles on TheServerSide tend to be the highly technical ones that hit directly at the heart of the enterprise Java developer. While we report important news, discuss interesting ...
The most significant addition to the Java language since Sun Microsystems rewrote the collections API for Java 5 is the introduction of Java records. Java records address two significant pain points ...
Java 8 introduced Java developers to functional programming with lambda expressions. This Java release effectively notified developers that it’s no longer sufficient to think about Java programming ...
After only a few years, Microsoft’s free Visual Studio Code has become one of the most popular code editors on the market. One of VS Code’s advantages is its flexibility. This flexibility does come ...
JNBridge has added a free developer tutorial kit that uses the Play Web app framework as a centerpiece for building Java-based apps that connect to a .NET back end. "We wanted to show that you can use ...
In a previous Java 101 tutorial, you learned how to better organize your code by declaring reference types (also known as classes and interfaces) as members of other reference types and blocks. I also ...
Back in the early days of Java, developers created applications using nothing more than notepad and the DOS command prompt. Thanks to the advent of IDEs, those days are gone forever. Short for ...