You are on page 1of 1

import java.io.

*;

class MultipleCatch
{
public static void main()
{
method();

static method()
{
FileInputStream fis =
new FileInputStream("no.txt");
}
}

You might also like