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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T03:12:39+00:00 2026-05-20T03:12:39+00:00

This question seems to be very basic, but I don’t know why, there is

  • 0

This question seems to be very basic, but I don’t know why, there is something wrong and I can’t figure it out.

int [] concept = null; 
int i = 0; 
for (Iterator iterator = conceptsListGeneral.iterator(); iterator.hasNext();) {  
    Map<String, Object> map = (Map<String, Object>) iterator.next();  
    String count = (String)map.get("count");  
//  concept[i] = new Integer(count).intValue();  
//  concept[i]= Integer.parseInt(count, 10);  
    Integer intObj2 = Integer.valueOf(count);  
    concept[i]= intObj2.intValue();  
    i++;
}

The comented lines are some of the thigs I have tried. I get a java.lang.NullPointerException on the last line.
By debugging, I know String count has a value, and olso Integer intObj2.
DOes anybody know why?? Thanks in advance

  • 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-20T03:12:40+00:00Added an answer on May 20, 2026 at 3:12 am

    It’s just because your concept array is null. Replace your first line with

    int[] concept = new int[conceptsListGeneral.size()] 
    

    and you’ll have it working.

    EDIT

    Oh, and like Edwin says, don’t forget to assign i a value.

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

Sidebar

Related Questions

A fairly basic question, but I don't see it asked anywhere. Let's say we
I'm not sure whether this question belongs on StackOverflow or SuperUser, but here goes
This question is a result of a lunch-time conversation with a co-worker...I've read questions
I'm considering porting a very simple text-templating library to scala, mostly as an exercise
[Edit] My original-question was Why to decide between static and non-static? Both do the
being new to c# I've run into this 'conundrum' when passing around a SqlDataReader
I'm trying to understand a line from the Google Datastore API which says: JDO
Been searching for a good coverage tool for a while now. I'm with VC++
Ok, I've asked a few related questions here and only ended up with more
Background I'm working on an application which requires user-entered content, and I've decided to

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.