Create the following methods:1. add(item), where item is an element to add to the list.2. remove(item), where item is the item to be removed from the list3. clear(), clears the items out of the lsit4. list(), displays all the items in the list5. sort(), displays the items in the list in alphabetical orderWrite a program that uses the List class and demonstrates how to use each method.Due Friday, N