Home:ALL Converter>Can I be tracked

Can I be tracked

Ask Time:2017-08-05T01:07:26         Author:user8418123

Json Formatter

Can my ip be tracked if I use this code to download an image from the internet? If so how can I avoid being tracked?

try(InputStream in = new.URL("http://example.com/image.jpg").openStream())
{   
    Files.copy(in, Paths.get("C:/File/To/Save/To/image.jpg"));
}

Author:user8418123,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/45512180/can-i-be-tracked
yy