Large effect of Try Catch

Source: Internet
Author: User
Tags null null try catch

Think that try catch is the Eclipse compiler automatic reminder add, if not added, Eclipse write program will error, and will remind you to add. Programmers don't have to worry about the problem. That's all.


But he has a more important role to play.


Therefore, with a try catch, the program does not report errors such as NULL null pointers, and causes the program to get stuck without continuing to execute the following program.

In particular, there are interface calls to the program, if the interface is not through, will be error, and once the error, the code behind me will not be executed.

Add a try catch will error, will not affect my business functions, even if the interface is not access, my program will continue to go down, without error.

It's just an unusual report.


Exceptions do not affect the program to continue, but the error will be.


This is the biggest difference between error and exception.


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.