Java Bullshifier

A command line tool to generate massive random Java applications…

Similar

Java Encapsulation for Adults

Imagine you're going to a big dance party with your crush. For the sake of this article, you and your crush are objects and your life is the component you're in.

Read more »

JSpecify 1.0.0 and Nullability in Java

The JSpecify collective has made its first release. The group's mission is to define common sets of annotation types for use in JVM languages, to improve static analysis and language interoperation. The first release is centred on nullability, and aligns ... (more…)

Read more »

Java Sealed Classes

The release of Java SE 15 in Sept 2020 will introduce "sealed classes" (JEP 360) as a preview feature. A sealed class is a class or interface which restricts which other classes or interfaces may extend it. Sealed classes, like enums, capture alternative... (more…)

Read more »