Ben Evans revisits his take on Java's Missing Features from 2015 and compares how the language has evolved since then compared to his observations from the time. (more…)
Read more »
A new JEP proposes enhancements to lambda functionality, including better disambiguation, use of the underscore for unused parameters, and shadowing of outer variables. Although these changes would bring lambdas in Java closer to other languages', the com...
Read more »
Some programming languages like Java or Scala offer more than one way to express a concept of “lack of value”. Traditionally, a special null value is used to... (more…)
Read more »
Tiny, easily embeddable HTTP server in Java. Contribute to NanoHttpd/nanohttpd development by creating an account on GitHub. (more…)
Read more »
A JEP draft has been created with the title, "Switch Expressions for the Java Language." The current "Summary" states, "Extend the switch ... (more…)
Read more »