Sorry for this stupid newbie question, but I could not get a clear answer:
Is it possible to use lambdas, pointers to methods, threads, etc. in a Java EE 7 project? Does this have any negative consequences or is it very difficult / error prone to customize an existing project?
I come from C # background, so it is very difficult for me to return to Java 7 syntax with anonymous classes for runnables / callables and without LINQ replacement, such as streaming, etc., so this will be a huge help.
Thanks a lot, Spyro
spyro source
share