JEP 359: The Best New Thing for a Long Time for JAVA

In the early weeks of the second quarter of 2019, Brian Goretz who is famously known as the Architect of Java language came up with a JEP draft that proposed a few new additional features to the already rich programming language. Three and half months later, the draft has been polished with all the necessary documents and has finally approved. These are the JEP 359 and the JEP 360.
In this article, we will focus on JEP 359 Records (Preview). Let’s take a closer look at the future of Java via this new feature:
What is JEP after all?
The JDK Enhancement Proposal is a process drafted by Oracle Corporation. It is a platform through which enhancement proposals to the Java programming languages, particularly the Java Web Development Kit and OpenJDK are collected, scrutinized and on meeting certain criteria accepted to the grammar.
To define it in the best way possible, let us understand an explanation offered by Oracle. They define JEP or the Java Enhancement Proposals as the long-term roadmap for JDK Release Projects and related efforts. A JEP is written to impact Java’s core technology and structure. These proposals are enhancements usually that may or may not be ready to be specified yet and thus, need work before they are brought out to the public.
According to the statements in the document of JEP 0, JEPs demand ideas for enhancement and innovation to not only be novel but also impact the general development community. Hence, such type of work will require prototyping to differentiate between a viable and a non-viable JEP so that specification can generate.
Motivation:
Java often criticized as being too wordy and that it has too much ‘ceremony’. It largely affects the classes that only act as data carriers as to write a data carrier-class properly, following which one often encounters a lot of low-value, repetitive, error-prone code. Hence, it becomes more and more important to find a way to write enhancements that help in writing such code more simply and easily (not only to read and write but also to validate).
A new class that is easy clearer and concise with only one function: to declare shallowly-immutable, well-behaved nominal data aggregates – was therefore desirable. The idea might as well look, like just about reducing the boilerplate but it extends much more than that. A more semantic goal was to present data as it should, in the manner that the boilerplate itself could be, taken care.
‘Records’:
The main objective of JEP 359 is to introduce a new kind of type declaration called records. Records developed with the responsibility of providing a new syntactical and logical way to declare classes that act as “transparent holders for shallowly immutable data”. As with an enum, restrictions are applied to record classes.
It showcases its representation, and once it finds a proper match, it commits to that API. Records lack a degree of freedom that classes usually enjoy – the ability to decouple a class’s API from representation. Still, one of the benefits is that they can bring about a higher degree of concision. In return, they gain a significant degree of concision. Hence, a record effectively explained as ‘the state, the whole state, and nothing but the state.’
Restrictions:
As stated above, in pursuit of concision and security, records have a set of undeniable set of restrictions. A record cannot do everything for, an example they are not allowed to extend classes or declare any instance fields that are other than the private final fields required for state description. The abstraction of the same is restricted and is implicitly final.
It is, of course, to maintain sanity that API of a record is not further enhanced or ‘recorded’ by another specific class. As stated, all the components are implicitly final; that goes on to explain that data aggregate follows the ‘immutable by default’ policy. If we set aside these restrictions, records behave quite like other normal classes.
Alternatives:
Another way to look at Records is to define them as a nominal form of tuples. Instead of defining records per se, structural tuples can also implement. However, even if you seem to appreciate the lightweight option of the tuples, they are often not at par with the record in terms of aggregates. The center of Java’s philosophy, as explained by, many pundits is that names do matter. Classes, their components, and the data have a proper naming structure. On the other hand, tuples and their relatives are void of that. Constructors that only classes have also help in-state validation and help in faster data input. Classes stick to the behavior that is set by the state.
Closing thoughts
The true enhancement of Java has performed with the long-required addition of Records. As aforementioned, Records are the better, faster, and safer way to declare classes which are transparent holders for shallowly immutable data and that too done through a simpler and more compact syntax.
Similar Articles
Explore how digital notepads like the XPPen Magic Note Pad empower artists, writers, and creatives with a natural, paper-like digital experience.
In the rapidly evolving world of connected technology, IoT innovation continues to reshape how we interact with devices and information.
Discover how modern consumers personalize tech—from iPhone 16 Pro Max cases to smart home setups. Explore trends, tools, and future innovations shaping customized digital experiences.
Discover how niche hobby communities thrive online, connecting enthusiasts through platforms like Reddit and Discord. Explore shared passions & resources today!
The current business environment and the mind boggling pace at which continues to evolve has been for everyone to see. But what many may not realise is that this change has made effective communication with potential customers more important than ever.
In today's digital content landscape, creators are constantly seeking ways to make their productions more engaging, relatable, and authentic.
With the advancement of technology, goods are now being produced at an enormous rate and in diverse regions throughout the globe, which has transformed industries.
Discover how industrial printer ink differs from regular ink—durability, high-volume performance, and cost-efficiency for B2B printing needs.
Atomic Absorption Spectroscopy (AAS) is applied in fields like healthcare, food safety, and pharmaceuticals.