Nicolai Parlog 2/15/2015

Value-Based Classes

Read Original

This article details Java's value-based classes, introduced in Java 8, which include types like Optional and java.time classes. It explains why they exist as precursors to value types, lists the specific classes in the JDK, and outlines the important limitations and restrictions on their use to avoid breaking code in future Java releases.

Value-Based Classes

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week