When an exception is thrown using the throw keyword, the execution of ... try{ j=18/i; //handle the exception using throw if(j==0) throw new ...
確定! 回上一頁