how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
No Answer is Posted For this Question
Be the First to Post Answer
What is the common usage of serialization?
What is java volatile?
why applet doesn't have main? isn't possible a program with out main?
What is a java list?
How do you implement tree mirroring in java?
what is meant wrapper classes?
What is the difference between compare and compareto in java?
What is the difference between member variables initialization and assignment in a constructor?
How do you control extraneous variables?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
Which list is sorted in java?
Which method must be implemented by all threads?