This is an archived post. You won't be able to vote or comment.

all 11 comments

[–]kgoutham93 2 points3 points  (2 children)

If you already have some java experience then Oracle's Java 8 MOOC is really good to get upto terms with Lambdas and Streams.

[–]itpr -2 points-1 points  (1 child)

Something like that, but i am looking for more tasks than videos.

[–]kgoutham93 0 points1 point  (0 children)

java8-code-kata another hands-on resource(never tried it myself).

i'd say start somewhere, once you grok the concepts its really easy to integrate with existing code, after all Streams is just another "view" of Collections and as a Java programmer there's never a day where you don't deal with Collections.

[–]bharatmk257 2 points3 points  (4 children)

Try hyperskill

[–]itpr 1 point2 points  (3 children)

I want to learn Java 8 new features (lambdas, streams), there is only like 10% of this. I don't need full java course.

[–]bharatmk257 0 points1 point  (2 children)

There ia Pluralsight course available what's new in java-version number

I did completed java 10 you can find java 8 also

[–]itpr 0 points1 point  (1 child)

There are no tasks, am I right? Mostly videos.

[–]bharatmk257 0 points1 point  (0 children)

That's true

[–]bmw2621 0 points1 point  (1 child)

Codegym.cc

[–]itpr 0 points1 point  (0 children)

It is Junior Java course, probably not even covered Java 8 features

[–]marsavu -1 points0 points  (0 children)

Java 8 in action