Results 1 to 4 of 4
Like Tree1Likes
  • 1 Post By Fubarable

Thread: what does join method in thread onject?

  1. #1
    farshad's Avatar
    farshad is offline Member
    Join Date
    Dec 2011
    Posts
    17
    Rep Power
    0

    Default what does join method in thread onject?

    hi dear

    if t is an object of thread and i have t.join();
    what does this method??

  2. #2
    Fubarable's Avatar
    Fubarable is offline Moderator
    Join Date
    Jun 2008
    Posts
    19,252
    Blog Entries
    1
    Rep Power
    24

  3. #3
    farshad's Avatar
    farshad is offline Member
    Join Date
    Dec 2011
    Posts
    17
    Rep Power
    0

    Default Re: what does join method in thread onject?

    Quote Originally Posted by Fubarable View Post
    Have you read the Thread section of the Java API yet?
    Yes !!!

  4. #4
    Fubarable's Avatar
    Fubarable is offline Moderator
    Join Date
    Jun 2008
    Posts
    19,252
    Blog Entries
    1
    Rep Power
    24

    Default Re: what does join method in thread onject?

    Quote Originally Posted by farshad View Post
    Yes !!!
    Good. Then you know what the join() method does.
    DarrylBurke likes this.

Similar Threads

  1. Thread not waiting for another with join()
    By DaCapitalist in forum Threads and Synchronization
    Replies: 1
    Last Post: 04-25-2011, 06:02 PM
  2. Leave thread yield or attempt join... or something else?
    By JavaCoder in forum Advanced Java
    Replies: 1
    Last Post: 08-11-2010, 06:35 PM
  3. Join, basic question about thread
    By simorgh in forum Threads and Synchronization
    Replies: 1
    Last Post: 01-13-2010, 12:01 AM
  4. Thread.sleep() and join() question
    By sandeepsai39 in forum New To Java
    Replies: 5
    Last Post: 04-20-2009, 06:51 AM
  5. How to use join() method
    By Java Tip in forum java.lang
    Replies: 0
    Last Post: 04-09-2008, 06:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •