Call a website page URL within Java code
I need to call a remote website from my code and get the html data onto a string variable.
How do I do this using Java ?








