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.

 

ollbanner

 

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:

  • Video "lectures" which are annotated and include a voice-over and closed captions.

  • Homework: where you put what you've learned in the week into practice. The homework is not "graded" and students are encourage  to write additional code beyond what is required and to post questions, comments and to share code,on the course forum.

  • Quizzes: to measure your understanding of the material presented in the week and the homework. This isn't a test of memorization, and we encourage you to look up the answers and/or write some code to provide yourself with the answer. The point of the quiz is to ask you questions and push your thought process.

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:

  • Apply Lambdas to everyday problems

  • Convert anonymous classes to Lambda expressions

  • Apply the Streams API to solve problems of sorting, identifying
    the most and least, and reducing duplicates

  • Determine when to apply Lambdas (and when not to!)

  • Use Collectors

  • Improve performance with parallel streams

  • Debug Lambda expressions

You'll need a (free) Oracle account in order to enroll.

 

dukemooc 

 

More Information

Java SE 8 Lambdas and Streams

 

Related Articles

Java 8 Launched With Supporting Line-Up       

Lambda Calculus For Programmers       

Lambda Expressions

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, FacebookGoogle+ or Linkedin,  or sign up for our weekly newsletter.

 

Banner


Android 15 Developer Preview Released
19/02/2024

Android 15 Developer Preview has just been released by the Android team with features including partial screen sharing and the latest version of the Privacy Sandbox.



Golang Back In TIOBE Top 10
21/02/2024

Google's system language Go is ranked #8 in the TIOBE Index for February 2024. This is the third time it has entered the Top 10. However, it is now in the highest position it has ever had to date.


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Thursday, 02 July 2015 )