News

For 2018, our most popular articles were Java developer tutorials on new APIs, frameworks such as Spring or the tools and techniques server-side developers use to move code into production. Here is ...
Developers familiar with Java are highly employable and capable of building a wide range of different apps, games, and tools. In this Java tutorial for beginners, you will take your first steps to ...
Java's canonical constructor Keen-eyed Java developers will notice that the above example uses a parameterized constructor to create an instance of the Java record, even though no constructor is ...
Java is one of the “official” languages that Google supports for Android development — the other being Kotlin. While the latter is increasingly favored by Google however, Java remains ...
Learn about the new Java 10 "var" type, and experiment using JShell with this hands-on tutorial on how to reduce boilerplate code using new type inference for local variables.
Now Java 17 and Java 18 are installed on your machine, ready to help you build your projects. To switch between Java versions, issue this command: update-alternatives --config java ...
Use Java's packages and static imports to organize top-level types and simplify access to their static members.
Have you ever wanted to create your own Android app? Whether you're a beginner or someone looking to enhance your mobile ...
Java developers often rely on specific database tools to efficiently manage data storage, retrieval and manipulation. In this tutorial, we explore some of the top database tools for Java ...