Tagged articles
7 articles
Page 1 of 1
Java Architect Essentials
Java Architect Essentials
Jul 5, 2024 · Backend Development

Unlock Java 17: Hands‑On Guide to New Syntax, Records, Switch Expressions and More

This article walks through Java 17’s most useful language upgrades—including text blocks, enhanced NullPointerException messages, records, switch expressions, private interface methods, pattern matching, collection factories, Stream API extensions, the new HttpClient, JShell, direct file execution, and ZGC—showing why upgrading from Java 8 can boost code clarity and productivity.

BackendDevelopmentCodeExamplesLanguageFeatures
0 likes · 16 min read
Unlock Java 17: Hands‑On Guide to New Syntax, Records, Switch Expressions and More
Programmer DD
Programmer DD
Mar 18, 2021 · Fundamentals

What’s New in Java 16? Key Features and Improvements Explained

Java 16 has been officially released, introducing a host of enhancements such as the incubating Vector API, new C++14 support, migration to Git and GitHub, the ZGC collector, Unix‑domain socket channels, Alpine Linux port, foreign linker and memory APIs, pattern‑matching instanceof, records, sealed classes, and more.

JDKJava16LanguageFeatures
0 likes · 7 min read
What’s New in Java 16? Key Features and Improvements Explained
Java Captain
Java Captain
Mar 8, 2018 · Fundamentals

JDK 10 Release Introduces 109 New Features Including 12 Key JEPs

Scheduled for a March 20 release, JDK 10 brings 109 new features—most notably a set of 12 JEPs such as local‑variable type inference, a unified repository, a new GC interface, and enhanced class‑data sharing—while also adding 73 standard library updates and JVM spec changes.

ClassDataSharingGarbageCollectionJDK10
0 likes · 4 min read
JDK 10 Release Introduces 109 New Features Including 12 Key JEPs
Qunar Tech Salon
Qunar Tech Salon
Nov 9, 2017 · Mobile Development

Kotlin vs Java: Advantages, Migration Strategies, and Key Features for Android Development

This article compares Kotlin and Java for Android development, highlighting Kotlin's lower migration cost, reduced technical risk, language conveniences such as null‑safety, data classes, extension functions, functional programming, JavaScript interop, potential pitfalls, and step‑by‑step setup instructions.

AndroidKotlinLanguageFeatures
0 likes · 12 min read
Kotlin vs Java: Advantages, Migration Strategies, and Key Features for Android Development
Hujiang Technology
Hujiang Technology
Jun 14, 2017 · Mobile Development

New Features and Improvements in Swift 4

This article comprehensively outlines Swift 4’s new syntax, language enhancements, standard‑library updates, performance improvements, and Xcode 9 build‑system changes, providing code examples and explanations to help iOS developers adopt the latest features in modern app development.

LanguageFeaturesSwiftSwift4
0 likes · 21 min read
New Features and Improvements in Swift 4