Search Articles — Sudonull

Search Results

In this project

Threads in Java: architecture and synchronization

https://sudonull.com/threads-in-java-architecture-and-synchronization

Breakdown of threads from processor to JVM: Race Condition, monitors, ReentrantLock, CompletableFuture. For middle/senior developers. Master without errors in production.

14 Years of Pastebin on Scala: Lessons of Support

https://sudonull.com/14-years-of-pastebin-on-scala-lessons-of-support

Evolution of the internal Pastebin on Scala, Spring, Hibernate over 14 years. Problems of dead frameworks, stack selection and migrations. For middle/senior dev. Understand the risks of legacy.

From the web

How JVM Works - JVM Architecture - GeeksforGeeks

https://www.geeksforgeeks.org/java/how-jvm-works-jvm-architecture/

Oct 9, 2025 · JVM acts as an interpreter between Java bytecode and the underlying hardware, providing Java’s famous Write Once, Run Anywhere (WORA) capability. The image below demonstrates the …

Download Java

https://www.java.com/en/download/manual.jsp

Apr 21, 2026 · Developers are encouraged to download the latest Java Development Kit from OTN downloads. Enterprise users with access to My Oracle Support or Oracle Software Delivery Cloud …

Java Downloads | Oracle

https://www.oracle.com/java/technologies/downloads/

Includes tools for JVM monitoring and tools commonly required for server applications, but does not include browser integration (Java plug-in), auto-update, or an installer.

Java virtual machine - Wikipedia

https://en.wikipedia.org/wiki/Java_virtual_machine

A JVM language is any language with functions that can be expressed in a valid class file, which can be hosted by a JVM. A class file contains JVM instructions (JVM bytecode), a symbol table, and other …

Java Virtual Machine Technology Overview - Oracle Help Center

https://docs.oracle.com/en/java/javase/17/vm/java-virtual-machine-technology-overview.html

This chapter describes the implementation of the Java Virtual Machine (JVM) and the main features of the Java HotSpot technology: Adaptive compiler: A standard interpreter is used to launch the …

Java | Oracle

https://www.java.com/

Oracle Java is the #1 programming language and development platform. It reduces costs, shortens development timeframes, drives innovation, and improves application services. Java continues to be …

How To Download Java Virtual Machine and Install It Correctly

https://www.digitalcitizen.life/how-to-download-java-virtual-machine/

Nov 29, 2025 · Java Virtual Machine (JVM) runs compiled Java bytecode on your device so Java apps work the same on Windows, macOS, and Linux. When you install Java, you actually install a JVM …

JVM (Java Virtual Machine) Architecture - Tpoint Tech

https://www.tpointtech.com/jvm-java-virtual-machine

Jun 19, 2026 · JVM (Java Virtual Machine) architecture defines how Java programs are loaded, executed, and managed in memory that ensures platform independence and efficient performance.

JVM Architecture & Performance Guide | Medium

https://medium.com/@AlexanderObregon/java-virtual-machine-jvm-deep-dive-into-its-architecture-and-performance-9f8f209b30e7

Dec 13, 2023 · The Java Virtual Machine (JVM) is a pivotal component of Java’s technology ecosystem. Its architecture is engineered to provide a platform-independent execution environment for Java …

What Is JVM (Java Virtual Machine) – JVM Architecture

https://www.scientecheasy.com/2021/03/what-is-jvm.html/

May 21, 2026 · Java Virtual Machine (JVM) is the heart of the entire execution process of the Java program. It is a software engine that provides the runtime environment necessary for Java programs …

Trending Now