Without the use of any external library, what is the simplest way to fetch a website's HTML content into a String?
|
|
|
|
|
|
|
This has worked well for me:
Not sure at to whether the other solution(s) provided are any more efficient or not. |
||||
|
|
|
I'm currently using this:
But not sure if there's a better way. |
||
|
|
|
|
I just left this post in your other thread, though what you have above might work as well. I don't think either would be any easier than the other. The Apache packages can be accessed by just using Edit: Forgot the link ;) |
||
|
|
|
@Justin Sorry, I was refreshing and then thought that, since the question was answered, you wouldn't come back again. ;) Looking at your link right now. |
||
|
|
|
|
@Scott Yes, I also wonder whether using Scanner or StringBuffer has an impact on efficiency/performance. If anybody knows, please comment on it. Thank you. |
||
|
|
