When accessing to same web server several times, Do I need to create this object several times? or I can use one object to do different requests?
For example,
I want to access to next I want to access to next I want to access to
I need to open new URL and create new HttpUrlConnection?
Please explain me how HttpURLConnection is working.
thanks.
For example,
I want to access to next I want to access to next I want to access to
I need to open new URL and create new HttpUrlConnection?
Please explain me how HttpURLConnection is working.
thanks.