Java Networking Enhancements since JDK 11

This video covers some of the larger Java networking library enhancements, such as the Simple Web Server (JEP 408), Unix domain socket channels (JEP 380), an… Read more

Similar

The Final Kiss in Java

This post outlines the benefits of using the final keyword in Java. We are now in an age of complex multi-core CPU environments with virtual machines running functional programming features like la… (more…)

Read more »

Awk in Java with JBang

A few days ago I learned about pz. A Python that exposes a few simple one-letter shorthands for line-based editing of pipes at the command-line. I immediately thought there could be potential. (more…)

Read more »

OTP-Java

A small and easy-to-use one-time password generator library for Java according to RFC 4226 (HOTP) and RFC 6238 (TOTP). - BastiaanJansen/OTP-Java... (more…)

Read more »