Core Java theorytheory 0/50 · 0%
Streams · medium

30. Method References

Shorthand for lambdas.

Use '::' to refer to a method by name instead of invoking it.

Check your understanding

  1. 1. Syntax for method reference?

  2. 2. Reference to constructor?