Question: Displaying Accounts and Transactions in the Banking System(Java Web App) Based on the code below I am not able to display any accounts on the
Displaying Accounts and Transactions in the Banking System(Java Web App)
Based on the code below I am not able to display any accounts on the displayAccounts.jsp. Consequently, I am not able to display anything on the displayTransactions.jsp. Please let me know if I am missing something based on this.
LoginServlet.java(Imports on top already included)

1. Modify the java server page displayed after a successful login to provide two options. One is to display the users accounts, and the other is an option to logout.

2. Create a servlet to process the option to display accounts. 
3. Create a server page to display a list of user accounts. Display the current balance of each account and an option to select each account.

4. Develop the server page and optional servlet to process displaying transactions. Display the running balance for each transaction.

displayTransactions.jsp(head and closing tags did not fit in the picture)

TransactionDA class
public class TransactionDA { private static ArrayList Account DA Class using Array List public class AccountDA { public static ArrayList Output that I am receiving Expected Output 



Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
