CSE 341, Java Minor Assignment

Due November 21, 1:30 pm.



Internet Grep

Write a Java Program which takes a string and a URL as command line arguments and determines the number of occurrences of the string on the corresponding web page.

For example running my program Find

 java Find sun http://www.javasoft.com
gives an answer of seven occurrences of "sun" on the JavaSoft page.