http://stackoverflow.com/questions/1979915/can-i-check-if-a-file-exists-at-a-url
This link is very good for C#, what about java. I serach but i did not find good solution.
|
http://stackoverflow.com/questions/1979915/can-i-check-if-a-file-exists-at-a-url This link is very good for C#, what about java. I serach but i did not find good solution. |
||||
|
|
|
It's quite similar in Java. You just need to evaluate the HTTP Response code:
A more complete example can be found here. |
|||||||||
|
|
Contributing a clean version that's easier to copy and paste.
|
|||
|
|