Search:

Type: Posts; User: NewbieJavaProgrammer

Search: Search took 0.12 seconds.

  1. Re: Not saving object into Linked List

    Well it is still returning everything as Null which means it isn't saving the element in the first place. How would i go about fixing this?
  2. Not saving object into Linked List

    So I am creating a Netflix based simple application, that allows you to add movies into a list and then create playlist, etc. This is the code below


    import java.io.IOException;
    import...
Results 1 to 2 of 2