Why parallel architecture

Exercise: Delegation in a sorted list. This exercise is an example of creating a sorted . ArrayList. of . String. s by delegating to Java’s . ArrayList. class. Every time an element is added to the list, the . sort. method of . Collections. is called. This exercise asks you to fill in the . blanks. so that the list stays sorted. Observer pattern ................
................