News

class java.util.ArrayList class java.util.LinkedList In this case, the implementation methods for ArrayList, LinkedList, and Vector are all different, which is a great scenario for using an interface.
You will notice that we have updateCustomerOrderAsShipped-- a public method in the interface or class -- making a call to another public method saveOrder() in the same class. This can be problematic ...