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 8957431
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T14:59:19+00:00 2026-06-15T14:59:19+00:00

Possible Duplicate: Why is the default capacity of ArrayList is 10? Why are the

  • 0

Possible Duplicate:
Why is the default capacity of ArrayList is 10?

Why are the default initial capacities of ArrayList and HashMap unequal?

  • Default Initial Capacity of ArrayList : 10
  • Default Initial Capacity of HashMap : 16

Also HashMap capacity is a power of two but not for ArrayList. This is as per JDK6.

  • 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-15T14:59:21+00:00Added an answer on June 15, 2026 at 2:59 pm

    HashMap uses an array which MUST have a size which is a power of 2 (as per the documentation). So I guess they chose the initial capacity that was the lowest value that is at least equal to the initial capacity of an ArrayList.

    And these two numbers were also probably chosen based on statistics on actual programs, in order to have the best tradeoff between performance and memory consumption.

    You can only guess, unless Josh Bloch comes in and explains us why these numbers were chosen when the collections framework was designed.

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

Sidebar

Related Questions

Possible Duplicate: Concatenate Two NSDate String values Just confused that is there any default
Possible Duplicate: Localization of Default.png is not working My splash screen has English text
Possible Duplicate: C# Lambda ( => ) For instance Messenger.Default.Register<AboutToCloseMessage>(this, (msg) => { if
Possible Duplicate: Default constructor with empty brackets This is the code that I worked
Possible Duplicate: Default values of int when not initialized in c. why do i
Possible Duplicate: HEAD and ORIG_HEAD in Git By default we see two branches in
Possible Duplicate: “Least Astonishment” in Python: The Mutable Default Argument Consider the following two
Possible Duplicate: What is the default value of Result in Delphi Similar to this
Possible Duplicate: Can't remove Default.png? I am using Xcode 4, but I am sure
Possible Duplicate: Default textbox border-style and width I have some TextBox on my page

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.