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

  • SEARCH
  • Home
  • 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 8254913
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T01:21:07+00:00 2026-06-08T01:21:07+00:00

Somewhere I saw a java.util.List defined as below. List<String> myList = new ArrayList<String>(0); Can

  • 0

Somewhere I saw a java.util.List defined as below.
List<String> myList = new ArrayList<String>(0);
Can anybody explain what the integer in parentheses does and how to use it? Thanks.

  • 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-06-08T01:21:08+00:00Added an answer on June 8, 2026 at 1:21 am

    The parameter decides the starting capacity of the ArrayList.

    An ArrayList allocates memory internally to hold a certain number of objects. When you add more elements too it, it has to allocate more memory and copy all the data to the new place, which takes some time. Therefor you can specify a guess on how many objects you are going to put in your ArrayList to help Java.
    A starting size of 0 probably indicates that the programmer thinks the ArrayList will seldom be used, so there is no need to allocate memory for it to start with.

    [EDIT]
    To clarify, as @LuiggiMendoza and @emory say in the discussion, it is very hard to think of a scenario where it would make sense to use 0 as initial capacity. In the majority of cases, the default constructor works just fine.

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

Sidebar

Related Questions

xml.etree.ElementTree.parse is choking on my xhtml file. I saw somewhere that lxml can handle
I saw this implemented somewhere but basically below I'm using the textbox HTMLHelper to
I saw somewhere the code snippet: list.forEach(callback, this); I understand ' forEach ' loop
just to save some time, probably anybody tried this or saw somewhere related info.
How can I force the framework to validate a specific field? I saw somewhere
I saw somewhere code like this: return View(x=>x.List()); Instead of return View(List); What do
Somewhere I saw a way to simplify ruby blocks with one argument, it basically
I saw somewhere what seemed to be nested selects, one master select on the
I'm pretty sure I saw somewhere in a popular Git project the branches had
I saw this bit of code on the interents somewhere. I'm wondering what the

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.