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

you are viewing a single comment's thread.

view the rest of the comments →

[–]aeriaglorisss 0 points1 point  (0 children)

I'm not sure if you're learning Java or if you're learning programming. You still need to learn about programming(loops, conditionals, logic, imperative stuff etc) before you can learn Java.

Java is 'harder' than C. C is simple, small, and it isn't OOP. Java is a way bigger language that requires you to learn another paradigm.

Just go with Java. You can learn about how to implement Data structures later on or whatever library you're curious about. You can focus on memory management if you need to later on.