Netbeans always suggests that I should use Lambda expressions, and I know lambda is something new. So I'm wondering if I convert the code to use lambda expression, will it work if I export it as a jar and send it to other people also those who don't have the newest Java installed, and if not what will happen when they run it?
And when making school projects, I'm sending the netbeans project, and there's a chance that the one that will test my code don't have the newest version. Do you think I should use lambda expressions?
I do like that cleaner and simpler code, but I want it to work everywhere also.