This is a discussion on Thread Handling within the Java forums, part of the Programming Talk category; I am just starting my hands on threads in Java. I want to mention that only one thread should execute ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Quote:
U can Do that. For execution of only one Thread special methode given by the JAVA that is " SetPriority " . U can set the Priority of the Thread. For that priority Only the specific Thread will be Executed. And start that Thread in for( ; ; ) Loop, call the Thread.sleep(); outside that loop. So that Loop never end and Thread doesn't stop. Try this.... By using this u can do the prg. of Moving Banner also.
__________________
!! Dont Worry Be Happy !!
|
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| First Thread : Wildtune.com | insane | WebSite Reviews | 2 | 07-17-2006 07:20 PM |
| Visual Basic : Make the Transition from Traditional Visual Basic Error Handling to the Object-Oriented Model in .NET | techguru | Visual Basic Tutorials | 0 | 08-29-2005 07:27 AM |
| Visual Basic : .NET Remoting and Event Handling in VB .NET, Part 2 | techguru | Visual Basic Tutorials | 0 | 08-28-2005 07:27 PM |
| Visual Basic : .NET Remoting and Event Handling in VB .NET, Part 3 | techguru | Visual Basic Tutorials | 0 | 08-28-2005 03:26 PM |
| Have any pattern about the error handling | paopaoer | Software Patterns | 0 | 10-19-2004 08:10 AM |