Best of JVM2023

  1. 1
    Article
    Avatar of hnHacker News·3y

    I have written a JVM in Rust

    I have written a JVM in Rust. I want to stress that this is a toy JVM, built for learning purposes and not a serious implementation. In this post, I will give you an overview of how my JVM works. In further articles, I'll go into more detail about some of the aspects discussed here.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Understanding Java Internals: Speed and Performance

    Java is a programming language that is platform-independent and adopts the Object Oriented Programming structure to build software. This is about the capability of Java programs to effortlessly operate on various operating systems like Windows, Mac, and Linux. Java's adaptability eliminates the limitation of depending on a specific operating system for it to operate.

  3. 3
    Article
    Avatar of foojayioFoojay.io·3y

    Memory Management in Java: An Introduction

    This article provides an introduction to memory management in Java and explains the role of object allocation. It emphasizes the importance of understanding these concepts for optimizing system performance.