课程: Java Practice: Functional Programming

What you need to know

- [Instructor] This course is designed for Java developers, and specifically developers who are using Java 8, or a later version of the programming language and JDK. The course uses code that's compatible with Java 8 through 11, but should also work just fine on later versions such as Java 17. And in order to get the most out of this course you should have some experience using, what are known as, functional programming tools in Java. Functional programming tools were introduced in Java in version 8 which was released all the way back in 2014. These tools include Lambda expressions, method references, and streams. If you're comfortable with those tools in Java then you should be ready to go through the code challenges that are part of this course. If you're new to Java, you can watch the course Java 8 Essential Training. Or if you already have basic Java programming skills and you just need to learn about these newer tools you can watch the course Functional Programming with Java. After watching those two courses, you should be ready and able to conquer the code challenges that are built into this course.

内容