dsJava singly linked list implementation This is a Java Program to implement a Singly Linked List. A linked list is a data structure…byJohn