Is there a standard way to tell when a page was last modified? Currently I am doing this:
URLConnection uCon = url.openConnection();
uCon.setConnectTimeout(500
There is no standard. Dynamically generated web pages generally do not have a Last-Modified field, and different web pages include dates in different ways. Some sites do not even include such a date, including "©