NAVIGATION
Home
Gallery
Java
Linux
Web
Scripts And Utilities
Mobile And Sms
Misc
Contact
pixelWIKI
Nabaz Tag




<<

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