Here's what I've written (so far):

Baeldung on Java

  • All
  • NoSQL (1)
  • Java Numbers (1)
  • Java Collections (1)
  • Java (1)

Stateless Object in Java

Java requires all code to be in classes. Sometimes we may need to create an object with no state in order to help achieve a design pattern. We look at stateless objects and how they function.

Read More →