web - How can I check if a URI displayed by java.awt.Desktop is blank or not -



web - How can I check if a URI displayed by java.awt.Desktop is blank or not -

i want write programme opens different uri's while changing parameter. how can check if loaded page blank or has data?

not possible, since desktop.browse(...) opens systems default browser, external program. can utilize url class open connection urls, , check if underlying inputstream contains info (inputstream.available()).

java web uri

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -