List Linked Java net beans

0

I have a problem that is basically a customer service that consists of creating a CRUD of clients and then selecting a type of attendance (A, B, C), and then show show in order. I am using LinkedList but in the service part I can not save the data. What would be the best way to do this? Change the data structure? Should I create an array with the client name and call and convert it to list?

    
asked by anonymous 08.06.2017 / 00:05

0 answers