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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -