util
Class URLTest

java.lang.Object
  extended by util.URLTest

public class URLTest
extends Object

Simple test classes to find out what happens to URL-connection if this links to a file.

Result: The lastModified method returns file modification time.


Constructor Summary
URLTest()
           
 
Method Summary
static void main(String[] arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLTest

public URLTest()
Method Detail

main

public static void main(String[] arg)
                 throws Exception
Throws:
Exception