Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,605

    Re: How to notify() and proceed past wait()

    That's presumptuous of you to think anyone is able to plan computer with your code and come up with the right results.
    A running program is needed for testing. If you aren't interested in getting...
  2. Replies
    5
    Views
    1,605

    Re: How to notify() and proceed past wait()

    That method is synchronized. Did the debugging println you should put inside of the method print?


    If you want any help with debugging the code you will have to make an executable program with a...
  3. Replies
    5
    Views
    1,605

    Re: How to notify() and proceed past wait()

    For debugging add some printlns to show where the code is executing and when.
    The more places you put them the more info you will get about how you code is executing.


    If you want any help with...
Results 1 to 3 of 3