public static void main(String args[])

    {

    try {

    // Your code goes here..

    }

    catch (Exception e)

    {

    System.out.println ("Err - " + e );

    }

    }