For any object which needs to be stored and sorted in the natural order, without using aComparator, we must implement theComparableinterfaceand write the logic to compare two instances. To demonstrate the sorting example, we will store the instances ofTask. Naturally, the sorting order sorts tas...