Using Java to understand program logic (14)

Source: Internet
Author: User

13 There is nothing to say. Again here I want to mention, blog Park with the label is very good, but the essay file will always be inexplicable less what, but to the backstage found not less, this a little trouble, but does not affect reading.

Another, seek attention!!!

Parameter method: required when the parameters must be adjusted one by one corresponding

String particularity: If this value is found in memory when defined, then no new space will be opened to directly reference an existing address

String has an identity once the definition cannot be modified if you modify it to re-open space

String is not recommended for multiple stitching (wasted memory) Recommended: StringBuffer

equals Compare content

= = Compare Memory storage address

Convert toUpperCase () to uppercase

Convert toLowerCase () to lowercase

+: Can stitch strings and any type
Concat: Only string types can be spliced

LastIndexOf () returns the index where the original string is located

CharAt () returns the specified index character

Trim () remove front and rear spaces

Append () Append

Insert () insertion

Using Java to understand program logic (14)

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.