I am working on a class called Bank that holds all the accounts in an arraylist, but first reads the accounts from a file and then creates each account. I am wondering what would be the best way to...