All Posts tagged "Java"
A Basic Introduction to the Classfile API
Using the class file API to generate JVM bytecode that creates a new object, and branches based on a random number
How to use the Foreign Function API in Java 22 to Call C Libraries
This article explains how to call C libraries like fopen, fgets, and fclose from Java.
Sum types in Java
This article goes over what sum types are, how to create them in Java, and what kinds of problems they solve.