PureSoftware interview question

Q - Lambda functions in Java

Interview Answer

Anonymous

17 Oct 2024

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