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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:54:24+00:00 2026-05-27T20:54:24+00:00

Hello only have a few hours with Java. (from Python) I am trying to

  • 0

Hello only have a few hours with Java. (from Python)
I am trying to define a multidimensional array and populate it with the “add” method. however, I am seeing some bizarre results:

List<String[]> DrawInstructions = new ArrayList<String[]>();
String[] pair = {"",""};

pair[0]="UW";
pair[1]="100";
DrawInstructions.add(pair); 

pair[0]="UM";
pair[1]="10";
DrawInstructions.add(pair);

pair[0]="UT";
pair[1]="50";
DrawInstructions.add(pair)

I expected DrawInstructions to end up with this:

[(“UW,”100”),(“UM”,”10″),(“UT”,”50″)]

But instead I am getting:

[(“UT”,”50″),(“UT”,”50″),(“UT”,”50″)]

I am sure this is pretty elemental but I cant figure it out, I have searched for a couple of hours. Thank you for any advice.

  • 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-27T20:54:25+00:00Added an answer on May 27, 2026 at 8:54 pm

    You are adding the same array (pair) three times. All you do is changing it’s value(content).
    Remember that java operates on references, not on the copies of the objects.

    Try to create pair1, pair2, pair3.

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

Sidebar

Related Questions

Hello have only a few days with Java and android here. I am a
I know.. I know, it's only a few hours old. But how the hell
Hello I have a ASPxGridView. In it(for the uninformed) is only a DataSource property
I am learning java ee right now. I have successfully implemented a hello-world style
I have few questions about string literals in C++. char *strPtr = "Hello" ;
Hello I’m a trying to create a feature where an user an add an
Hello fellow programmers I have been searching the internet for a few days now
Hello and thanks for looking! Background I currently have a C# method for looping
Hello there!. I am trying to use a public api from wunderground (more info
I have only recently begun programming in Python (with previous Ruby experience). I am

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.