19/01/2026
JEP 513??
JEP stands for "Java Enhancement Proposal". In PHP this is known as RFC(Request For Comments).
With JEP 513 (https://openjdk.org/jeps/513 closed and delivered) available in Java 25 we can now execute code before the calling super() in a child class constructor.
Requiring super() to be the first statement is considered unnecessary work because some validations or statements in the child class could be done before.
hashtag hashtag hashtag