class G
{
public static void main(String[] args){
try
{
int a=10, b=0 , c;
c=a/b;
System.out.println(c);
System.out.println("no error found");
}
catch(Exception a)
{
try
{
String p="okkk";
System.out.println(p.toUpperCase());
System.out.println("some error found");
}
catch(Exception u)
{
System.out.println("big error found");
}
}
}
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter