ReadFromURLExample -- reading material from a URL and displaying only selected lines.
To see this example in action:
  1. Compile the Java source file, ReadFromURLExample.java:
    	javac ReadFromURLExample.java
    
  2. Run the class:
    	java ReadFromURLExample
    

The source.