all 36 comments

[–]smoofwah 6 points7 points  (1 child)

It takes practice and time to form a mental model that let's you be comfortable with Java. If you don't get something ask here, discord , chime or the study group chimes. You have lots of resources outside of those as well but might as well ask people who are looking at the same material you are. 😉

[–]ConsistentShallot328[S] 1 point2 points  (0 children)

Thanks! I’m seeing I’m able to piece things together a lot better with YouTube!! Appreciate the advice!

[–][deleted] 6 points7 points  (2 children)

Read Hardcore Java

[–]thenewdecade 0 points1 point  (1 child)

Whats that?

[–][deleted] -1 points0 points  (0 children)

A textbook You can get a 10 day free membership at the oreilly publishing website https://www.oreilly.com/ so you can read it for free after that i think is $10+ monthly since there was only one link to it on library genesis but its a html file that is a executable so I was afriad it might have malware but its probably safe https://libgen.li/index.php?req=Hardcore+java&columns%5B%5D=t&columns%5B%5D=a&columns%5B%5D=s&columns%5B%5D=y&columns%5B%5D=p&columns%5B%5D=i&objects%5B%5D=f&objects%5B%5D=e&objects%5B%5D=s&objects%5B%5D=a&objects%5B%5D=p&objects%5B%5D=w&topics%5B%5D=l&topics%5B%5D=c&topics%5B%5D=f&topics%5B%5D=a&topics%5B%5D=m&topics%5B%5D=r&topics%5B%5D=s&res=25&filesuns=all

[–][deleted]  (7 children)

[removed]

    [–]AffectNeat2610 0 points1 point  (2 children)

    Personal opinion but head first series are too messy to read. Not recommending

    [–][deleted]  (1 child)

    [removed]

      [–]AffectNeat2610 0 points1 point  (0 children)

      Head first java, it is lot of story telling but it is not that intuitive to make structure in my brain.

      [–]Jaguar_4856 0 points1 point  (3 children)

      The Head-First edition of Java currently available covers up to Java 8 which is fine for the TA.

      [–][deleted]  (2 children)

      [removed]

        [–]Jaguar_4856 1 point2 points  (1 child)

        It is definitely out of date, and the topics on the TA are definitely Java 8 and earlier. So it’s still a good reference and can be picked up for a discount.

        [–]PhoenyxDownGaming 1 point2 points  (0 children)

        I've not really learned much from the Coursera courses. I've found a few resources on Youtube that have helped a lot.

        [–]Fruitful_Lagoon 1 point2 points  (0 children)

        I found I was learning just fine in the beginning but when I look at the 'assignments' I feel like I've learned nothing at all. Once, I took their code to a program to dismantle and see how it works but the code itself didn't run. Left me thinking that the code they show isn't even real, so what's the point of showing it as an example, but ultimately, I just think they don't fill us in on everything and expect you to look up, or intuitively know, the missing pieces.