QuestionQ33
Working with Streams and Lambda expressionsConsider:

What is the output?
- A {bicycle=7, car=7, motorcycle=7, truck=7}
- B {3:bicycle, 0:car, 6:motorcycle, 5:truck}
- C Compilation fails.
- D {bicycle=1, car=3, motorcycle=1, truck=2}
- E {bicycle, car, motorcycle, truck}
Community Discussion