how to check it certain url exist?
807599Dec 19 2006 — edited Dec 20 2006hi there....
can someone help me??
is it possible to check if certain url exist?
public class checkFile1{
public static void main (String [] args) {
String file = "http://www.yahoo.com";
if (file = exist){
open file;
}
else{
System.out.println("nv exist");
}
}
}
Message was edited by:
n_dilah