Web scraping: Difference between revisions

Content added Content deleted
m (Added language identifier and extended a comment.)
Line 1,056: Line 1,056:
<br />
<br />


Alternately, using Java 8, with the new web address given in the task description.
Alternately,
<syntaxhighlight>
<syntaxhighlight lang="java">

import java.io.BufferedReader;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.IOException;