Storage objects can be considered: 1, array, 2, collection

Source: Internet
Author: User

/*
* 1, storage objects can be considered: 1, array, 2, collection
* 2, the characteristics of the array storage object:
* Student[]stu = new STUDENT[20];
* Stu[0] = new Student ();
* Insufficient: Once created, its length is immutable;
* The number of objects stored in a real array is not known.
* 3, set
* Collection Interface
* List interface: An orderly, repeatable element that can be stored
* ArrayList (Primary implementation class, preferred), linklist (for frequent delete and insert operations), Vector (Old implementation class, thread safe)
* Set interface: Stores unordered, non-repeatable elements
* Hashset,linkedhashset,treeset
* Map interface: Data that stores key-value pairs
* Hashmap,linkedhashmap,treemap,hashtable (sub-category: Properties)
* */

Storage objects can be considered: 1, array, 2, collection

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.