Fork me on GitHub
#other-languages
<
2018-06-20
>
pooboy17:06:33

Can I learn java 8 directly ?

pooboy17:06:33

Or do I need to learn java7 before

pooboy17:06:51

Any books that help with java8 for beginners

pooboy17:06:14

(I know a bit of java, but not enough of java7)

borkdude18:06:03

You can learn Java 8 directly

borkdude18:06:09

but even better, learn Clojure 😉

👍 8
bravetrue 4
seancorfield18:06:04

@suryapjr I found https://www.manning.com/books/java-8-in-action pretty good for getting up to speed on all the new streams/functional stuff in Java 8.

👍 4
seancorfield18:06:10

I don't recall there being much new to learn in Java 7... the try/resources feature, the nio library stuff... what else, anyone?

sveri19:06:22

Strings in switch statements.

sveri19:06:14

You can catch multiple exceptions in one statement

seancorfield19:06:17

@sveri Yeah, but hardly ground-breaking. The try-with-resources stuff has had a real impact on how Java code can be written.

☝️ 4
sveri19:06:57

Thats true, just wanted to add that 🙂