CSE 341, Java Minor Assignment



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.

Due Friday, May 16, 12:30 pm.