1.

Explain The System.out::println Expression?

Answer»

SYSTEM.out::println METHOD is a STATIC method reference to println method of out OBJECT of System CLASS.

System.out::println method is a static method reference to println method of out object of System class.



Discussion

No Comment Found