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?
Save you say... keep in the data structure until the program closes, right?
– Jefferson Quesado
no, when telling the type of service I have to keep on the list along with the customer name
– JavaTest