I am developing a program that can read data from the following website in java:
https://nz.finance.yahoo.com/world-indices
In java how do I read data from the website? I am thinking I will want to store it in an array list, is this correct and how do I make sure it is doing that? also once I am reading from this website, how do I make sure it is reading and only reading the information I am looking for?
thanks