Java 8 Lambdas & Streams MOOC |
Written by Sue Gee |
Thursday, 02 July 2015 |
If you are a Java developer who has heard about, but not yet mastered, Lambda expressions, which are a key new feature of Java SE 8 (JDK 8), a new hands-on MOOC, starting this month, will help you get up to speed. Put simply, Lambda provides a simple way to pass functionality as an argument to another method, such as what action should be taken when someone clicks a button, or how to sort a set of names. Lambda expressions enable you to do this, to treat functionality as method argument, or code as data.
According to Oracle's video introducing the 3-week free online course that starts on July 14: When Java SE 8 was released last year, it included a number of significant new features. In fact JDK 8 is the biggest change in the platform since its launch nearly 20 years ago. The syntax of the language now supports Lambda expressions and class libraries now contains the new Streams API.
To help experienced Java developers take advantage of these new features Simon Ritter, Head of Java Technology Evangelism at Oracle, has put together a course on the Oracle Learning Library platform that sets out to familiarize you with functional programming in Java. It's main focus is The course, which is expected to require 3-4 hours effort per week, consists of three components:
A course completion certificated will be awarded to those who complete the quizzes with a score of 70% or more.
By the end of the course students will be able to:
You'll need a (free) Oracle account in order to enroll.
More Information
Related ArticlesJava 8 Launched With Supporting Line-Up Lambda Calculus For Programmers Javascript Jems - Lambda expressions
To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin, or sign up for our weekly newsletter.
Comments
or email your comment to: comments@i-programmer.info |
Last Updated ( Thursday, 02 July 2015 ) |