I tried to implement the comparable interface on an array list of BankAccounts however, I got major errors,when trying to compile and run the main method of the tester class specifically about the Collection.sort(list) line. It's saying that it doesn't recognize the syntax..looked online and through javadoc and I can't find where I am wrong..I tried to implement the comparable interface o