I am starting in the programming of online databases and its communication with a local application such as a JAVA or Android desktop application.
My question is this:
Having a PHP service configured in a URL that returns all the data in the database in a JSON, how can I get them for example in JAVA? How do I connect and make the request to save them in a local variable?
PS: You can click on the link to verify that I am returning a valid JSON.
Thank you very much in advance.