Does file exist on the network
I am trying to read a file from the network using URLConnection and input stream. if the file exists my code reads correctly but if the file does not exist and i try to read it throws an exception. I just want to know if there is any way to find out if the file exists on the network or not before I read it.
Thanks

