Sunday, 19 May 2013
Exception - 2 -
package net.dharmaraj;
import java.io.*;
public class Ppvg
{
public static void main(String argv[])
{
Ppvg p = new Ppvg();
p.fliton();
}
public int fliton()
{
try
{
DataInputStream din = new DataInputStream(System.in);
din.readChar();
}
catch (IOException ioe)
{
System.out.println("flytwick");
}
return 99;
}
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment