Search:

Type: Posts; User: zeeshanmirza

Search: Search took 0.16 seconds.

  1. Replies
    11
    Views
    3,203

    Re: Object o = new Object(); need help

    you mean in my code example o.wait( ) is just for keeping the thread alive ??

    //zeeshan
  2. Replies
    11
    Views
    3,203

    Re: Object o = new Object(); need help

    i understand your point json and helloworld :). I have a code, got it from internet. I am just trying to understand this code. here they have created Object object in constructor. why ? what is its...
  3. Replies
    11
    Views
    3,203

    Object o = new Object(); need help

    There is a server class in which we are using this code. I just want to ask, what this code do in general??

    Object o = new Object();
    synchronized (o) {
    try {
    o.wait();
    } catch...
Results 1 to 3 of 3