Severity: Warning
Message: fopen(/home/answnniz/solutionspile.com/system/sessions/ci_session249f0b63271444ad0c379adeee6cb2542f4d6417): failed to open stream: Disk quota exceeded
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /home/answnniz/solutionspile.com/index.php
Line: 367
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /home/answnniz/solutionspile.com/system/sessions)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /home/answnniz/solutionspile.com/index.php
Line: 367
Function: require_once
Refer to the UML below to implement the data structure of a stack Step 1: Create a java interface, StackInterface, to define Stack ADT. (if there is already the interface, you do not have to create and use the existing one) Step 2: Create a java class, LLNode, to represent a node structure. Step 3: Create a java class, LinkedStack, to implement the interface above Step 4: Create a java class, TestLinkedStack, to test if your implementation works or not (1) The code of StackInterface: (2) The code of LLNode: (3) The code of LinkedStack: needing to see the codes for each three classes and the final output in TestLinkedStack main method. please help

