Project 1 is due Sept 29 2023 at 11 AM Variables/objects instantiated in try/catch blocks must be initialized when declared. The web area is the public_html directory in your root. Tomcat, the Java enabled server that handles servlets, is accessed via a directory, webapps, in your root. There is also a logs directory. --> Make sure you have both. Let me know if not. You have an Oracle account. The login id is your KU id. Your password is found in a file named oracle.auth --> Make sure you have it in your root. Let me know if not. Java Applications - The argument of any add listener routine is where events will be sent. * Each listener has its own methods that fire on particular events. When added to a component, the destination of those events is specified. If that destination is this, then the main class should have the method(s) required for that listener implemented. Interfaces in Java must be implemented in order to take advantage of their functionality. - When an interface is implemented, all its methods must be accounted for. Javadoc Use the command to create3 your site and also put it into your web area - Example * Command: javadoc *.java -d ~/public_html/javadocTest/2238 -private * Corresponding URL: https://acad.kutztown.edu/~spiegel/javadocTest/2238/ A Javadoc comment above a method or class is assumed to refer to that entity. HTML - Best site for info: www.w3schools.com