News

Java is one of the most in-demand programming languages in the world and one of the two official programming languages used in Android development (the other being Kotlin). Developers familiar with ...
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 ...
Community driven content discussing all aspects of software development from DevOps to design patterns. The easiest way for a Java developer to learn Java Database Connectivity (JDBC) is to experiment ...
Android development starts with the Android SDK (Software Development Kit). While there are many different programming languages and a host of IDEs (Integrated Development Environments) you can use to ...
Spring is perhaps the best of the component-based frameworks that emerged at the turn of the 21st century. It vastly improves the way that developers write and deliver infrastructure code in ...
Java was created over 25 years ago, and it is still one of the most popular programming languages. In this article, I will present an overview of how Java has grown to today's complex system and why ...
Using generics results in more robust code and avoids ClassCastExceptions in your Java programs. This in-depth tutorial introduces you to generics and their types and methods. Generics are used in ...