Java 24 Language & API Changes - Inside Java Newscast #81
Overview of Java 24's new language features and API changes, including the Stream Gatherer API and Class-File API.
Overview of Java 24's new language features and API changes, including the Stream Gatherer API and Class-File API.
A comprehensive guide to new C++23 language features, including code examples and a downloadable reference card.
Overview of new features in PHP 8.4, including property hooks, chaining on 'new', and asymmetric visibility.
Explores new features in Java 22, including finalized APIs, preview functionalities, and enhancements for performance and developer experience.
Explores experimental and unconventional uses of Java 22 features like sealed types, showcasing creative but potentially problematic coding techniques.
A recap of Java's major developments in 2023, including JDK 21, virtual threads, and improved developer tooling and accessibility.
Explores the potential new 'params collections' feature in C# 13, allowing the params keyword to be used with collection types beyond arrays.
A detailed overview of the new features and improvements coming in Java 22, including unnamed patterns, stream gatherers, and the FFM API.
A comprehensive mind map visualizing C# language features from version 1.0 through the upcoming C# 12, with clickable links to examples.
Explains the new C# 12 primary constructor feature, comparing it to records and detailing its syntax and usage.
A developer's wish for PHP to adopt a compile-time step, inspired by JavaScript's evolution with tools like TypeScript and Babel.
Explores potential future features for the C# programming language, including compound assignments in object initializers and discriminated unions.
A guide to using modern switch expressions in Java, covering arrow syntax, pattern matching, and avoiding fall-through pitfalls.
An expert invites questions about modern Java features, projects, and upcoming presentations at tech conferences.
Explores the proposed RFC for multi-line short closures in PHP 8.1, detailing their syntax, benefits, and addressing common counter-arguments.
Java Newscast covering recent OpenJDK developments, focusing on making Java quicker to use and JDK 16 compatibility.
Overview of Java 16 features and early proposals for Java 17, including sealed classes and API deprecations.
An in-depth look at the new Enums feature in PHP 8.1, covering syntax, methods, interfaces, and backed enums.
Overview of recent JDK development discussions, focusing on four pattern matching proposals: documentation, array patterns, destructuring, and for-each loops.
Explains PHP 8's null safe operator (?->), its syntax, differences from the null coalescing operator, and practical use cases.