I am planning to write a java program where I have the url of website x with which I will appending number from 1 to 100 and I will be getting result from the website.
Should I write using request and response of HTTP or mere java program where the url as string would do? If I am getting the result as posted on browser, how to get the values from a div and write it to a text file. I guess the other option is also to get it via response.