Low-level errors in Java

Source: Internet
Author: User

1, you can not use "= =" to compare the contents of two strings equal.

2. When a foreach loop is made to a list, the structure of the list cannot be modified in the loop code.

3, the log and the actual situation is inconsistent; The exception stack is not logged in the log after catching the exception.

4, the Devil number.

5, NULL pointer exception.

6, array subscript out of bounds.

7. NumberFormatException exception is not caught when converting a string to a number.

8, the file, IO, database and other resources to operate without timely and correct release.

9, loop body encoding without regard to performance, the loop body contains unnecessary repetitive logic.

10. The data class does not overload the ToString () method.

Low-level errors in Java

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.