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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T15:40:44+00:00 2026-05-24T15:40:44+00:00

I have a driver class called Advantech which is stored inside an ArrayList .

  • 0

I have a driver class called Advantech which is stored inside an ArrayList. I instantiate and initialize my class. The Advantech class extends Thread and the Advantech class has a run() method. The thread is started within the class once it makes the connection to the device. (this.start();)

Is it possible to start the thread then store the instance of that class into an ArrayList?

When I instantiate the class and store it back into the array list (overwriting the previous position) with set(pos, class), I get NullPointerException when I call class.isAlive().

Are there any alternatives/better ways to do this?

I know this may sound strange, but I am using ArrayList because otherwise I have to create eight classes to start eight threads, for example:

Advantech adv1;
Advantech adv2;
Advantech adv3;
Advantech adv4;

All the parameters are the same for each instance.

Code:

private ArrayList<Advantech> advantech = null;
private Advantech adv = null;
....

adv = new Advantech(/* parameters */);

adv.initialize();

advantech.set(0, adv);

In Advantech.java:

public class Advantech extends Thread {

    ....
    public void run() {

         while(!done) { // do some work }
    }
}
  • 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-24T15:40:44+00:00Added an answer on May 24, 2026 at 3:40 pm

    Unless I’ve missed something (or you just haven’t posted it), you don’t seem to have constructed your ArrayList<Advantech> anywhere. You need this line before using it:

    // Here, numOfThreads is an int variable that specifies how many threads you want to store
    advantech = new ArrayList<Advantech>(numOfThreads);
    

    Also, you might want to rename the list to something more descriptive (maybe advantechThreadList.)

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

Sidebar

Related Questions

I have a problem with classes. I made my own class called Person. Which
I have a C++ driver I'm trying to compile, and it has this line
I have a PS/2 touchpad which I would like to write a driver for
I have a piece of USB hardware, for which I know the driver. However,
I have a class called Device that accepts two policies as far as I
I'm using Spring 3.0.2 and I have a class called MovieDAO that uses JDBC
I have a single .java (driver.java) file I'm trying to compile and run from
I have an AuthorizationServlet which is called when user click button in login page.
I have a device driver I want to patch. This device driver calls IOLog
I have established a link using Netbeans and Paradox driver and can query the

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.