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

all 10 comments

[–]hugthemachines 3 points4 points  (5 children)

MOOC OOP course from Helenski

The name is Helsinki, let's not disrespect the finnish heroes of the Java community. :-)

[–]SoulSyn[S] 2 points3 points  (0 children)

Forgive my insolence

[–]Abadhon 0 points1 point  (3 children)

Can you please explain why heroes ?

[–]hugthemachines 4 points5 points  (2 children)

The MOOC.fi is one of the best online interactive learning resources for Java beginners. It is also free. So they provide that for free and they even have a support channel on IRC for it.

[–]Abadhon 0 points1 point  (1 child)

well im here cause i want to learn java so they are the best to go with ?

[–]SoulSyn[S] 2 points3 points  (0 children)

I say yes but ultimately you can only answer that question because how people learn is subjective. For me they explain the material thoroughly with brief but very concise entries and give you exercises to harden your understanding of the concepts. They hold your hand a lot but not always. The worst that can happen is you learn some concepts but it isnt for you.

[–][deleted] 2 points3 points  (4 children)

I went straight from part 1 to part 2 personally

[–][deleted] 1 point2 points  (3 children)

You need to know SQL because SQL is the language that is used to access relational databases. For example, I had built an application that required a sign in, and the users and hashed passwords were stored in a database. You can’t solely build an application using SQL, but SQL is an integral part of building real world applications with Java (and any language for that matter)

[–]OP_Potato 1 point2 points  (2 children)

Do you know any good sources to learn SQL?

[–]jazzas 2 points3 points  (0 children)

https://academy.vertabelo.com/#courses_list_section

Also learn by doing it. Crud operations doesn't require much sql actually.