N
N
nikitasuslov6662020-09-19 13:04:13
Java
nikitasuslov666, 2020-09-19 13:04:13

How to update data in Java program?

Hello.
I'm trying to make a currency converter.
The task is this. You need to take a quote from the web and add it to the program.
When you start the program, the data should be automatically picked up and updated. How to do it?
With SQL or what?

I'm just a beginner, don't judge too harshly. I tried to find the answer, but apparently it is not very possible to formulate the request)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
Hanneman, 2020-09-19
@nikitasuslov666

You need to take it the way the service that provides quotes services writes in its documentation. There is no universal approach - each service is developed by different developers and they determine how you can connect to their service to receive data. It can be SOAP, REST API, EJB and many others.
Read about the concept of API in general.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question