I have a list of a couple thousand addresses and I would like to find the Longitude and Latitude of each one. I know I can use websites such as google maps to individually search the geolocations, but I would like to know how to make one massive input of all the addresses(such as putting them all in one array) and get an array that returns the Longitude and Latitude of each in perhaps a corresponding array. I know Java fairly well but no other languages. I would prefer detailed instructions or coding that would allow me to do the actions described above.
Thank You