Java Compilation – Introduction
Java code is complied to bytecode then JVM takes care of execution. Here you will learn what JVM is doing and how Java compilation works.
Designing Systems and Crafting Code
Java is one of the most popular programming languages. It’s also the language I’ve spent most of my career working with. In this category, I share my experience working in Java, and I’ll also spotlight curiosities from across the Java ecosystem.
You can expect:
Java code is complied to bytecode then JVM takes care of execution. Here you will learn what JVM is doing and how Java compilation works.
A monad is a concept originating from a part of mathematics called category theory, not a class or trait. In this article, I will try to explain its structure and inner workings. With the use of Optional from Java, I will try to describe all of this in a more understandable way. I will also … Read more