+ 2
Lesson Ideas
Due to lack of knowledge and experience, I can unfortunately not expand on these topics, but I hope that someone can use this opportunity to create these lessons and help people. ⢠Lambda Expressions in Java: Lambda myLambda = (int a, int b) -> a + b; ⢠Cloud computing in Java I feel like these topics will help people in preparation for their programming and development careers in Java.
2 Answers
+ 4
Example of Lambda expression
https://code.sololearn.com/cVx4kywIVQWk/?ref=app
+ 3
Great topic. I like to know more about it.