what is the use of thread?Justify it by project point of view
Answer Posted / haresh prajapati
using thread you can handle multiple client on a single program.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
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
Why do I need to declare the type of a variable in java?
How do I stop concurrentmodificationexception?
How do you sort a set in java?
What does this () mean in java?
Using callable statement how can you pass out parameters, explain with example?
What are benefits of java?
How infinite loop is declared?
How will you compute size of a structure?
What is meant by vector class, dictionary class, hash table class, and property class?
How do you sort data in java?
Compare java and python.
What is instance means in java?
What is thread safe singleton?
What is considered an anti pattern?