0

How to learn java easily and explained well??

Taking java at my university right now and don’t really understand it through zybooks and it just makes it confusing for me overall any advice as to how to self learn java through websites or YouTube channels and how would it would usually take?

30th Sep 2024, 5:52 PM
Bababo Lem
Bababo Lem - avatar
2 Answers
0
Unless you have programming experience or took a computer science course previously and actually learned from it then it's not going to just be easy in any form. Programming is not a natural way of human thinking, so it can take time for the brain to adjust. Don't try to memorize everything, instead learn the concepts. Like, you don't need to know all of the possible data types, only the basics (String, int, etc) and the fact others exist (Generics, etc). And then learn to look up those other data types and read the documentation/examples so you can use them when necessary. Like cooking, it's better to know the basics (slice vs dice, Map vs Hash) that are transferable between recipes (projects, languages) rather than perfecting one thing (calculator app, spaghetti).
9th Oct 2024, 3:16 AM
Tom Shaver
Tom Shaver - avatar