What Are the Different Ways to Create an Object in Java?
DZone In this quick article, we will discuss five different ways to create an object in Java. As we know,…
How to Execute Distributed MapReduce on Java Over Data Stored in Redis
DZone MapReduce is a framework that programmers today can use to write applications that are able to process massive quantities…
Spring Security Authentication
DZone Authentication One of the fundamental ways to secure a resource is to make sure that the caller is who…
MicroProfile's Role in the Age of Jakarta EE
DZone Since it’s creation, MicroProfile has gained a lot of traction and produced a variety of specifications. Originally, it was…
All About Object in Java
DZone Introduction In an object-oriented environment, it’s a common requirement to create objects (instantiating a class), which is the basic…
Unit Testing Your Architecture With ArchUnit
DZone I am a Spring/Java developer (primarily) and an advocate of unit testing. My co-workers have created some great blog…
Never Break the Chain: Constructor Chaining in Java
DZone When we are working with code, we are creating new objects. There are many ways to create objects; the…
This Week in Spring: Spring Security, KNative, Spring Cloud, and More!
DZone Hi Spring fans! Welcome to another installment of This Week in Spring! This week I’m in San Francisco in…
Java Data Analysis: Using Cross Tabs
DZone One of the most common data analysis operations is looking at how frequently certain kinds of observations appear in…