what is the use of thread?Justify it by project point of view
Answer Posted / meena
Thread is a part of single program.
When user want to execute a large program in very less time
then user can destribute that program into number of users
using multithreading.
Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
Why we cannot override static method?
Can we create our own daemon thread?
What is multithreading and its advantages?
Can we define constructor in inner class?
How do you get the length of a string in java?
Does java support multiple inheritances?
Can you create an object of an abstract class?
Are arrays classes in java?
Is java code slower than native code?
What is a native method in java programming?
How do I compare two strings in word in java?
What are the types of arrays in java?
How does hashset work in java?
Can we initialize the final blank variable?
What are the restrictions that are applied to the java static methods?