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:
I entered a simple program because it uses a try and catch Thanks, Steve: public class Fruit System.out.println("A totally fruity program."); The errors are: 17: Exception java.io.IOException must be caught, or it must be 19: Class IOException not found. Replies:
|
Sponsored Links
|