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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T05:21:43+00:00 2026-05-20T05:21:43+00:00

I imported a List of Strings from a file and put them into an

  • 0

I imported a List of Strings from a file and put them into an arrayList. I am trying to chop of the end of these arrays, so I’m putting them into a separate String format

Here is where i set x

x = new ArrayList<BankAccounts>();
try {
    Scanner reader;
    reader = new Scanner( new File("F:\\myCreditUnion.txt") );

    while ( reader.hasNext() )
    {
        String inputLine = reader.nextLine();
        first = inputLine.substring(0, 3);
        second = Double.parseDouble(inputLine.substring(5, inputLine.length()));
        x.add(new BankAccounts(first, second));
    }

    reader.close(); 
}

and this is where i try to chop off the end

double howmuch;
for(int i = 0; i < x.size(); i++)
{
     list.equals(x.get(i));
     howmuch = Double.parseDouble(list.substring(5, list.length()));
}
// x is the list

I am getting a nullpointerexception. Wondering how to fix this, as I am pretty new to programming.

Document i am importing contains a combinations of # and letters such as, 101s 583.58

  • 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-20T05:21:44+00:00Added an answer on May 20, 2026 at 5:21 am

    To assign a value to list you have use list = x.get(i); instead of list.equals(x.get(i));

    Update:

    • equals() does not assign values it only checks if two objects are equal.

    • The value returned by x.get(i) will be a BankAccount so you can’t assign it to list (which is a String)

    • You have to either turn the BankAccount into a String by using toString() or you have to get a String out of it by calling one of the BankAccount methods before assigning it to list, how this works depends on the methods provided by the BankAccount class.

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

Sidebar

Related Questions

I imported system.web into my class lib project. Trying to find: system.web.httpserverutility.server.mappath But I
I imported an excel file into my database using Tasks -> Import -> Excel
We're trying to create JPA mappings atop some read only tables we imported from
How to list all methods/classes that have been imported into a class. Take an
How can i avoid duplicate data when inserting from CSV file into my SQL
I'm trying to select thousands of rows from a list of IDs in Rails.
I tried to list imported DLL of PE file using following code, but it
I imported a css.sass file which in turn has : @import mountable_engine/file.sass But due
I imported a series of blogger posts (via xml) into WordPress, and the YouTube
I imported LuaInterface into a console project, referenced it, and wrote a small test

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.