such as create an inputStream from URL.openStream();
and read from it. what is the use of this information read?
When we create an URL object using an URL address, actually we are not setting up a connection between our java program and the URL on the internet, right? Since no such connection is built (our 2 are isolated in other words), how do we even read the information from it? in other words, how do we know what it is like?
Sorry, a frosh about network. :p
Thanks for any input!