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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T01:32:07+00:00 2026-05-19T01:32:07+00:00

Many times i have come accross a situation where there is a loop and

  • 0

Many times i have come accross a situation where there is a loop and a new object is constructed at the beginning of the loop and added to a collection. For example, pseudocode:

iterating over a resultset do
  create an object
  set instance data in object to some resultset data
  put object in collection
next

How is this approach instead?

create an object 
iterating over a resultset do
  set instance data in object to some resultset data
  put object in collection
next

What are the pros and cons of both the approaches? Which can be faster? Is there a better way than the two?

P.S. : i dont know what tags to put. Pardon me.

  • 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-19T01:32:07+00:00Added an answer on May 19, 2026 at 1:32 am

    Depending on the language you are using to implement that you will get different results.
    Some languages return a reference to an object. So the first option will do what you expect because a new object is created and appended to the collection with its own values.

    iterating over a resultset do
        create an object
        set instance data in object to some resultset data
        put object in collection
    next
    

    But if the language simply returns a reference to an object and you try and do the second method

    create an object (x)
    iterate over resultset do
        set instance data in object (x) to resultset data (returns a reference to x with updated data)
        put object in collection (puts a reference to x in collection)
    next
    

    So after iterating the resultset you will end up with a bunch of references to the same object in your collection, with the values being whatever was last assigned to.

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

Sidebar

Related Questions

I have heard it many times that garbage collection in PyS60 is not up
This is a particular problem that I have come across many times, but I
I have come across the following type of code many a times, and I
I have come across ETag many times when reading about WCF REST services. What
How many times have you seen someone trying to Log the command I run
I have searched through many times but have not seen this before. Probably really
This problem has bugged me so many times and i have now decided to
I have used NSSets many times in my apps, but I have never created
I have read so many times, here and everywhere on the net, that mutexes
I have seen in many times in JavaScript code people add a return true

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.