Article
This article is a continuation of a series of articles describing the often forgotten about methods of the Java language's base Object class. The following are the methods of the base Java Object which are present in all Java objects due to the implicit inheritance of Object. toString toClass equals...
Adam McQuistan
In this article, we'll cover the process of creating custom both checked and unchecked exceptions in Java. If you'd like to read more about exceptions and exception handling in Java, we've covered it in detail in - Exception Handling in Java: A Complete Guide with Best and Worst Practices Why...
Dhananjay Singh
Spring Data JPA is a part of the Spring Data family. Let's talk about what Spring Data JPA is and some of the features we're going to cover in this article. First off, this framework builds upon the popular and powerful Spring framework and is considered one of the core...
Vuk Skobalj
In this article, we'll dive into the Swagger framework. We'll use Swagger2 to design, build, and document a Spring Boot RESTful API and Swagger UI to observe our endpoints and test them. What is Swagger? Swagger is the most widely used tool for building APIs compliant to the OpenAPI Specification...
In this article, we'll get introduced to the Spring Reactor project and its importance. The idea is to take advantage of the Reactive Streams Specification to build non-blocking reactive applications on the JVM. Using this knowledge, we'll build a simple reactive application and compare it to a traditional blocking application....
This article is a continuation of a series of articles describing the often forgotten about methods of the Java language's base Object class. The following are the methods of the base Java Object which are present in all Java objects due to the implicit inheritance of Object. toString getClass equals...
The abbreviation "XML" stands for - eXtensible Markup Language. It has a markup structure similar to HTML and was designed to store and transport data. It defines a set of rules that make it both human- and machine-readable. Despite being a markup language like HTML, XML is commonly...
Vasyl Lagutin
© 2013-2025 Stack Abuse. All rights reserved.