+ 2
How to learn advanced java?
Please share your experience and mention your resources as well.Thanks in advancešš
5 Answers
+ 16
https://www.quora.com/I-want-to-learn-advanced-Java-What-are-some-suggestions-for-some-free-online-advanced-Java-course-providers-or-free-advanced-Java-tutorials
http://www.javalearner.com/advanced.htm
+ 7
Tutorials in oracle website helped me learn some harder topics like concurrency, socket programming. Maybe you can find something useful there too
https://docs.oracle.com/javase/tutorial/
+ 1
I learned a lot a java in youtube, it was easy for me to learn in this youtube chanel: MrDeathJokcey.
+ 1
There are tons of great tutorials on the web for java and you can learn from them, that's the best way I think. But watch out, as Java can get very complicated. That's why you need to learn well, because if you don't you can find yourself dealing with a lot of errors that can be hard to detect. If you find it too troubling you can try using checkmarx which I use and works pretty good.
Anyway, good luck with it!
Ben.