Comparison string, equals Air Defense pointer problem, equals Air Defense

Source: Internet
Author: User

Comparison string, equals Air Defense pointer problem, equals Air Defense

1. Use. equals (B) Comparison, where a and B are two strings, using a = B to compare the memory addresses of a and B.
2. If one string is a variable and the other string is a constant, you must write the constant in front and the variable in the back (in parentheses). There is only one reason for this writing, avoid NULL pointer exceptions. For example, if a is a constant string and B is a variable string, it must be written as. equals (B ). cannot be written as B. equals (a). Otherwise, if B is null, a null pointer exception is definitely reported.

For beginners, pay attention to these two points.

Hope to help you

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.