i have one problem with my code ,i did a sample program to display the emp details from a linked list,now the problem when i trying to delete a particular entry means it doe
Use an Iterator instead and then use the remove() method on the Iterator
Iterator
remove()