• Home
  • About
    • Thoughts To Pen photo

      Thoughts To Pen

      My thoughts on Computer Programming || Psychology || Personal Finances || & much more...

    • Learn More
    • Twitter
    • Instagram
    • Github
    • StackOverflow
  • Posts
    • All Posts
    • All Tags
  • Projects
  • Portfolio
  • Resources
  • About

Java 11 Features

  • Predicate::not and More Enhancements (Java 11)

    Beyond the big features, Java 11 included several clever improvements that make functional programming and prototyping much smoother.

    Read More
  • Local-Variable Syntax for Lambda Parameters (Java 11)

    Java 11 extended the 'var' keyword to lambda parameters, bringing consistency and allowing for cleaner annotation usage in functional code.

    Read More
  • String & Files API Enhancements (Java 11)

    Java 11 brought much-needed utility methods to foundational classes like String and Files, simplifying daily tasks for developers.

    Read More
  • Standard HTTP Client API (Java 11)

    Java 11 replaced the aging HttpURLConnection with a modern, feature-rich HTTP Client API that supports HTTP/2 and non-blocking I/O.

    Read More
  • Java 11 Features

    A comprehensive guide to Java 11 LTS features that modernised Java for the cloud and container era.

    Read More