From the course: Data Science for Java Developers

Unlock this course with a free trial

Join today to access over 22,500 courses taught by industry experts.

Challenge: Combining data operations

Challenge: Combining data operations - Java Tutorial

From the course: Data Science for Java Developers

Challenge: Combining data operations

(gentle upbeat music) - [Instructor] So now that we've learned about some of the most popular data manipulation methods in Java, it's time to do a challenge. The challenge here is to use the methods we've learned about so far, that is map, filter, collect, and sort to get a list of all the employees names who are over 30 sorted by salary from our original list here. This challenge should take you anywhere from five to about 10 minutes, and once you've given it a try, feel free to go on to the next video where I'll show you how I went about solving this challenge.

Contents