Skip to main content

Java New Features Training

Course Overview

This Java new Features training course provides hands-on experience with lambda expressions introduced in Java as well as many other changes to the language and libraries. Attendees will get a full appreciation of functional-style programming and the new idioms made possible by lambda expressions that make their code easier to read and understand. The course then explores the Streams API, which lets you write powerful code that processes a collection of data in a declarative way. Attendees will get a full appreciation of what streams are and how they can use them in their programs to process collections of data concisely and efficiently.

This course is delivered over 3 full days.

Key Information

Course Length
24 hours

Learning Method(s)
Online materials
Online assessment

For Individuals

Cost and Funding Information

Full Cost Price
£2,238.00

Study this course

Get in touch with us today to register your interest

Register interest

Buy the course today and begin your journey to qualification

  • Pass code as parameters to methods using lambda expressions to make your code simpler and easier to understand
  • Manipulate, format and parse dates with the Date and Time API
  • Leverage default methods to achieve evolution of interfaces while maintaining compatibility with older code
  • Process data with Java streams
  • Take advantage of stream parallel processing to achieve efficiency
  • Perform asynchronous programming with CompletableFuture
  • Read and write files using Java NIO