what is the use of thread?Justify it by project point of view
Answer Posted / lucky
Thread is a program and it is used to improve the program
execution as well as the process time that is the program is
executes in effective manner.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is super?
What is the purpose of the system class in java?
Explain about procedural programming language or structured programming language and its features?
What is the method in java?
What is the difference between dom and sax parser in java?
State some situations where exceptions may arise in java?
Name few java.lang classes introduced with java 8 ?
What are void pointers?
How to reverse string in java?
Explain creating threads by implementing runnable class?
What is instanceof keyword?
What is hash table in java?
What is sleep method?
Does substring start with 0?
Java is pass by value or pass by reference? Explain