I want to download an image from a HTTP url and show it to the user. I know how to show an image to the user if it is in the form of Image/BufferedImage but i dont know how to download it. Should i use a third party library or does Java have a built-in support for this?
