Coding Notes
These are just Crib Notes which I used when learning to help me understand concepts
Java
log4j.properties
Interface Notes
<%@page contentType="text/html; charset=iso-8859-1" language="java" %>
<%
String i = "images/noImage.gif";
response.sendRedirect( i );
%>
Simple Date Format