Search:

Type: Posts; User: mia_tech

Search: Search took 0.07 seconds.

  1. [SOLVED] Re: using the return of a method to initialize an ArrayList

    I just figure out what I was missing!
  2. [SOLVED] Re: using the return of a method to initialize an ArrayList

    ok I got it, but now I'm trying to output the content of allCust ArrayList and I'm getting nullPointerException.... could someone give me a hint? Thanks


    import java.util.*;

    public class Main...
  3. [SOLVED] using the return of a method to initialize an ArrayList

    how could I use the return of extractCustomers and initialze ArrayList<Customer> in main method?


    import java.util.*;

    public class Main {


    public static void main(String[] args) {
Results 1 to 3 of 3