String Class
StringBuffer Class
---------------------------------------------------------------
Assignment:
First of all, disregard the sample assignment on the StringBuffer page. You
should read it over and see if you can understand it and possible think
about how you might implement it, but you don't have to actually complete
that assignment.
Your actual assignment is to write an applet which takes a list of words as input and then sorts these words from longest to shortest. For instance if a user inputs:
go elephant tree mule box crow yellow mountain hikeThe program would provide the following output:
elephant mountain yellow tree mule crow hike box go