PureSoftware interview question

Q - Lambda functions in Java

Interview Answer

Anonymous

Oct 17, 2024

(x,y) -> {return x + y; };