![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
This is a race, whoever can respond to it faster is the winner. Create a simple java program...here is the program: Write a program called Find that searches all files specified on the command line and prints out all lines containing a keyword. For example, if you call java Find Buff report.txt address.txt Homework.java then the program might print report.txt: Buffet style lunch will be available at the The keyword is always the first command line arguement. Your program should not crash (i.e. generate an unhandled exception), regardless. Replies:
|
Sponsored Links
|