Linked List Java net Beans

Asked

Viewed 38 times

0

I have a problem that is basically a public service that consists of creating a CRUD of customers and then selecting a type of service (A,B,C), and then showing by order. I am using Linkedlist but in the service I cannot save the data. What would be the best way to do this? Change data structure? Create an array with the customer name and service and convert to list?

  • 1

    Save you say... keep in the data structure until the program closes, right?

  • no, when telling the type of service I have to keep on the list along with the customer name

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.