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

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

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