Tagged articles
4 articles
Page 1 of 1
Java Captain
Java Captain
Nov 4, 2017 · Fundamentals

Understanding Java Class Loading, Verification, Preparation, and Initialization

This article explains the Java Virtual Machine's class loading lifecycle—including loading, verification, preparation, resolution, and initialization—illustrated with multiple code examples that show when static blocks and fields are executed and why certain classes may not be initialized.

InitializationJVMclass loading
0 likes · 13 min read
Understanding Java Class Loading, Verification, Preparation, and Initialization