Welcome to this course: Learning Lambdas and Streams In Java 8. Java 8 introduced a host of new features, including lambda functions and streams. With the release of Java 8 the lambda function was introduced. You can write functions inline without having to define a class. This course also teaches you how to work with Java 8 streams and how to use the different kind of available stream operations. You’ll learn about the processing order and how the ordering of stream operations affect runtime performance.
In this course, you’ll learn:
At the end of this course, you will be an expert in using Lambdas and Streams. What are you waiting for? Let’s get started!
Instructor Details
Courses : 2
Specification: Learning Lambdas and Streams In Java 8
|
15 reviews for Learning Lambdas and Streams In Java 8
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $12.99 |
---|---|
Provider | |
Duration | 4.5 hours |
Year | 2019 |
Level | All |
Language | English |
Certificate | Yes |
Quizzes | No |
$149.99 $12.99
Mykola Shumyn –
It’s a nice and deep course about lambdas and Stream API in Java 8, each topic has been well explained. Minus 0.5 star for expressions like (a > b) ? true : false
Agnes Honich –
The covered topic is a match for me, but it is sometimes very hard to understand the pronunciation of the lecturer and the captions are totally wrong.
Rich Helton –
Great Course
Dikshit Rajkhowa –
Good explanation but not well organized specially the codes
Kumar Saket Honey –
only slides and code snippets. There should be some kind of tests, questions and challenges.
Vladwoguer Bezerra –
Very good course about Java 8
Cecelia Cruz –
The topic is a good match. The transcript is horrible. It looks like it was was voice translated and the instructor’s accent isn’t interpreted very well.
Thiago Lanza –
O curso bom, mas estou tendo um pouco de dificuldades com o sotaque do professor. Est um pouco dif cil entender o que ele fala. Al m disso, as legendas s o horr veis. Realmente, esse recurso deve ser melhorado na Udemy, uma vez que isso acontece em outros cursos tamb m.
Anthony Merolla –
Some of the explanations could be a bit clearer.
Paula Covo –
Gostei, mas realmente seria mais interessante achar algo assim em Portugu s Brasileiro.
Junho Kim –
It helps me to understand JAVA 8 which was very difficult and in the veil.
Gajan Satkunanandan –
Excellent explanations and examples of Lambda and Stream feature in Java 8. Explains beautiful the concepts in detail with the examples in hand. Probably wished examples were the already written exercises in github and we needed to attempt to fill in the missing pieces before watching the answers.
Hua Wei –
It helped me understand better on java 8 new features.
Kathryn Jones –
This is an awesome course. It gives very clear explanations with an excellent level of detail and code examples. It is the best Java 8 lambdas and streams course I have taken. I’ve been using Java 8 to develop commercial applications for a number of years now and this course has giving me a much better understanding of lambdas and streams which I know will improve my code.
Craig Larsen –
This explained what I needed to know about Lambdas, Streams, and Interfaces. The instructor knew this information well. I felt that some of the content was slightly confusing. Example: Chap 27 when doing compose() the assistant is called before the manager, but a little bit later he said that the manager is called first and the results are passed to the assistant. He then said this is opposite of what we did before, but I think it’s the same (in that the results of manager is sent to the assistant). The instructor did a good job at setting expectations (ex, you should really be somewhat comfortable with Java before proceeding on this course). I liked that the instructor briefly touched on parallel development. I felt that that was bonus material. I would definitely recommend this course to anyone who is comfortable with Java and wants to get a deeper understanding of Lambdas and Streams.