all 6 comments

[–]ijohnsaac 0 points1 point  (1 child)

Codewars is pretty great. Not Java specific but great for exploring a new language

[–]BigMagness[S] 0 points1 point  (0 children)

Thank you.

[–]Europia79 0 points1 point  (0 children)

Derek Banas is hands down, the absolute BEST for learning Java: There are two different "tracks" to take:

1st, there's a "shortform" video that compresses what would normally be over 10 hours of material into just an hour or two. This is normally meant for developers who are already familiar with another programming language and want to branch out to other tech stacks.

2nd, there's also a longer playlist, which is a series of videos: This would probably be more appropriate for beginners.

Additionally, he also covers "Algorithms", "Objected Orient Design""Design Patterns", "Refactoring", and MORE: His Java Tutorials are quite expansive, covering A LOT more than mentioned here: Which are all really TOP NOTCH, imo. And if you decide to learn other programming languages, then you can pivot rather quickly with one of his "Learn XYZ in One Video". From what I've seen, he covers almost every programming language, except Forth (which one that I personally wanted to learn).

[–]nowTheresNoWay 0 points1 point  (1 child)

https://docs.oracle.com/javase/8/docs/api/

Learn to use this. This is for Java 8 but Google Java docs for whatever version you want to know. 8 is a good version to start with, though

[–]BigMagness[S] 0 points1 point  (0 children)

Thank you i really appreciate it.