Had a question about using Apache HTTPClient. I need to pull data from a website and found this useful tutorial https://hc.apache.org/httpclient-3.x/tutorial.html
In the tutorial it says we will write a simple application that "downloads a page".
Where exactly does it "download" the page to? I am not seeing mention of a database being set up so or some cloud storage or whatnot so where does the information "go" exactly (or where is it being held once the data is pulled)? I'm somewhat new to Java so this is a bit conceptual