Search:

Type: Posts; User: husain2213

Search: Search took 0.12 seconds.

  1. Replies
    9
    Views
    1,110

    [SOLVED] Re: Please Help (Queues)

    Thanks a lot,, its working now :-bd just needs some tweaking
    really appreciate the help :o
  2. Replies
    9
    Views
    1,110

    [SOLVED] Re: Please Help (Queues)

    customerQueue is null: false
    customerQueue.peek() is null: true
    Exception in thread "main" java.lang.NullPointerException
    at CustomerQueue.main(CustomerQueue.java:30)

    is this happening because...
  3. Replies
    9
    Views
    1,110

    [SOLVED] Re: Please Help (Queues)

    Exception in thread "main" java.lang.NullPointerException
    at CustomerQueue.main(CustomerQueue.java:28)

    that's the exact exception. it points to this line:
    customerQueue.peek().minutePassed();
  4. Replies
    9
    Views
    1,110

    [SOLVED] Re: Please Help (Queues)

    oops!
    thanks for that. It compiles now but i get an exception when running it. could you take a look at the new code?


    import java.util.Queue;
    import java.util.LinkedList;
    import...
  5. Replies
    9
    Views
    1,110

    [SOLVED] Please Help (Queues)

    Hi!
    so i'm trying to make a program with a customer class that keeps how many minutes each customer needs to be served. The driver class CustomerQueue is a queue of all customers that haven't been...
Results 1 to 5 of 5