using more than one thread in a java prog.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • true blue
    New Member
    • Jul 2007
    • 8

    #1

    using more than one thread in a java prog.

    hi,
    can anyone plz help by giving a code snippet on how to implement
    two threads in a single prog. i was trying with difeerent classes and different run (start) calls but only the thread in init() worked :(no exception or error given)
    any help will be highly appreciated
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Read Sun's Threads Tutorial.

    kind regards,

    Jos

    Comment

    Working...