Hacker News new | ask | show | jobs
by bzzzt 1217 days ago
"Modern Java" is not formally defined, but most people seem to associate it with Java for Microservices (small runtimes instead of ancient Java EE), functional programming, streams, reactive programming and generally using newer (Java 8+) language constructs.

There's a lot more to it than obsessing over a single line of boilerplate code...