Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-1224816

the compiler allows a try statement with no matching catch or finally statement.

XMLWordPrintable

    • 1.0beta
    • sparc
    • solaris_2.5
    • Not verified

      The program listed belows compiles and runs:

      class testing {
          public static void main(String args[]) {
              int x = 0;
              int y = 7;
              try {
                   System.out.println("answer = " + y/x);
              }
             System.out.println("Exiting");
          }
      }


      The try statement has no catch statement, nor does it have a finally
      statement. This should be illegal.

            fyellinsunw Frank Yellin (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: