|
-
September 29th, 1999, 06:12 AM
#1
Exception Handling
I have written following code. When i compile it , it gives the error message
import java.lang.*;
import java.io.*;
import java.util.*;
public class Short
{
public static void main(String args[])
{
System.in.read();
}
}
Error message
Excpetion java.io.IOException must be caught
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|