Tagged articles

Version Features

3 articles · Page 1 of 1
php Courses
php Courses
Jul 27, 2022 · Backend Development

Comprehensive Summary of PHP 5–8 Version Features

This article provides a detailed overview of the major features introduced in PHP versions 5 through 8, including autoloading, PDO, MySQLi, namespaces, traits, built‑in server, scalar type declarations, nullable types, JIT compilation, named arguments, union types, match expressions, and many useful code examples.

Backend DevelopmentCode examplesPHP
0 likes · 15 min read
Comprehensive Summary of PHP 5–8 Version Features
Java Backend Technology
Java Backend Technology
Jun 24, 2021 · Fundamentals

Unlock Java 9‑16: Key Features Every Developer Should Know

This article quickly walks through the major language and JVM enhancements introduced in Java 9 through Java 16—including private interface methods, var type inference, switch expressions, records, sealed classes, new garbage collectors, and tooling updates—so developers can stay current and write more concise, efficient code.

JDKJavaVersion Features
0 likes · 12 min read
Unlock Java 9‑16: Key Features Every Developer Should Know