Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Android Threading api (for bluetooth).

  1. #1
    Junior Member
    Join Date
    Sep 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default threading Synchronization

    I answered my own question after posting this topic so i figured i'd just rename it and try to get some useful out of it instead of feeling like an idiot posting again for answering my own question. Does anybody have any good references to sychronizing threads and initiating threads in java. Yeah its a simple question and i'll likely find it from a search but i couldn't delete this thread.
    Last edited by new_hope; September 30th, 2011 at 10:13 PM.


  2. #2
    Super Moderator Sean4u's Avatar
    Join Date
    Jul 2011
    Location
    Tavistock, UK
    Posts
    637
    Thanks
    5
    Thanked 103 Times in 93 Posts

    Default Re: threading Synchronization

    The Java tutorials usually have the definitive content on Java programming issues:
    Lesson: Concurrency (The Java™ Tutorials > Essential Classes)

Similar Threads

  1. JSR-82 Bluetooth and OBEX with J2SE
    By ryan.jones in forum Java SE APIs
    Replies: 0
    Last Post: March 23rd, 2011, 05:44 AM
  2. Possible threading issue
    By Kerr in forum Threads
    Replies: 3
    Last Post: March 6th, 2011, 05:24 PM
  3. problem in Threading !!!
    By roadies07 in forum Threads
    Replies: 4
    Last Post: July 14th, 2010, 10:21 AM
  4. Threading question....
    By neo_2010 in forum Threads
    Replies: 1
    Last Post: September 2nd, 2009, 02:38 AM
  5. Problem in Threading , ThreadGroup
    By neo_2010 in forum Threads
    Replies: 1
    Last Post: August 30th, 2009, 11:19 PM