Improved Developer Productivity with Java SE 8

by Simon Ritter 

Thursday, 16 October 2014 13:30

SimonRitter

Java SE 8 introduces a number of new features designed to make developers more productive. The biggest of these is the combination of Lambda statements with the Streams API to give programmers a more functional approach to bulk operations on collections. Other features are things like the extension of where annotations can be used to allow more errors to be found at compile time rather than run time. This session will review these, and other features in Java SE 8 so that you can take advantage of them as soon as you start your next project.