Discuss the below:
Tree manipulation
Q: Create a program that allows the user to enter a line of text. I then need to use the stringTokenizer to break the input into words. I have to Put these words into a link list and then print them out in alphabetical order.
Even though the words may appear multiple times in the entered text , it only displays once in the list.