Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6159199
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T21:05:29+00:00 2026-05-23T21:05:29+00:00

i need to store 26 objects in an array. could be less, but not

  • 0

i need to store 26 objects in an array. could be less, but not more. Would an arrayList take up more space than an array of 26 objects?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T21:05:30+00:00Added an answer on May 23, 2026 at 9:05 pm

    You’re asking the wrong question. Whether an ArrayList might take a bit more space than a plain old array is quite besides the point.

    The question that you really need to answer in order to decide which one to use is whether you will ever need to dynamically resize the array.

    If the array will only ever contain 26 objects for its entire lifetime, then you should probably stick with a plain old array: myArray[26].

    But if there’s any chance that you need to dynamically resize the array, changing the number of elements that it contains, then you definitely need to go with the ArrayList implementation, regardless of whether it might take up a bit more space. The flexibility is far more important in this case, vastly outweighing any cost that may be potentially involved.

    Another case where you would want to use ArrayList instead of a plain array is when you need a class that implements the IList interface.

    But keep in mind that the ArrayList class should probably be deprecated in later versions of the .NET Framework. The System.Collections.Generic namespace provides a bunch of generic collection classes that are much more performant and preferable to the ArrayList. In this case, you probably want to use the List<T> class, where T is the class of the objects you want to store in said array.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to store user entered changes to a particular table, but not show
I'm getting some objects from an external library and I need to store those
I need to store app specific configuration in rails. But it has to be:
I need to be able to store objects in javascript, and access them very
I need to store two types of objects, Feed and Folder , in an
I have an array of php objects that I want to store into a
I have a program in which I need to store a Class object into
I have id values for products that I need store. Right now they are
I need to store products for an e-commerce solution in a database. Each product
I need to store phone numbers in a table. Please suggest which datatype should

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.