+ 4
Could you give me advice...?
I finished basic java course in solo learn...my goal is to become system creator...:) which next topic of java should i learn first..?
4 Respuestas
+ 4
This is basic Java programming learn more advance Java course
Available on YouTube
I am learning from Newboston
Check it
+ 4
Maybe the Oracle Java website?
+ 3
www.youtube.com/caveofprogramming
OR
www.caveofprogramming.com
Free courses on YouTube for Java that go much deeper than the lessons here. There are also advanced topics on his website at reasonable prices.
+ 2
I think you might want to learn about Hibernate (orm), which allows you to interact with a Database in an easy way, but you can always do it "by your own" using JDBC.
Also you might want to see JSF and JSP.
My advice for you is not to study/learn just one language.
Good luck!!!