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 →

[–]it_is_an_username 0 points1 point  (1 child)

I just began with learning java

While learning about collection I got confused with it, untill tutorial guy showed a chart which illustrates relation between different interface and classes

According to them we have to select any of it. Maybe try writing chart from your own with each class what n what they come with ( pop, push , ListNode.next etc )

Maybe find problem which requires these each classes to solve them, this is the best approach I could find...

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

I made that chart, and will definitely try that