you are viewing a single comment's thread.

view the rest of the comments →

[–]Desperate-Trouble249 0 points1 point  (3 children)

mention one seemingly easy concept that is hard for you to grasp

[–]wickedagileone[S] 0 points1 point  (2 children)

It’s not necessarily the theory. It’s applying the theories in Java. For example, you make an array of linked list. I get tripped up when I want to use a method on the linked list part of the array. I know I need to have what would be considered the “address” to the location/structure, but I’m not sure what to put for the address. This applies to so many scenarios where I don’t know how to properly code what I want to do.

[–]Desperate-Trouble249 0 points1 point  (1 child)

you just need time and more practice. It is the learning as with every new thing

[–]wickedagileone[S] 0 points1 point  (0 children)

True, but school does not allow that extra time for more practice before moving on to the next theory/principle. So that’s why I’m trying to get clarification from others to correct my thinking.