what is the use of thread?Justify it by project point of view
Answer Posted / pratiksha
Thread is a lightweight process and we are using it for
doing multiple task at the same time.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What does || mean in code?
What is a dot notation?
Why heap memory is called heap?
What does s mean in regex?
Explain what is encapsulation?
What are the differences between this and super keyword?
Why do we declare a class static?
Explain numeric promotion?
Java is Pass by Value or Pass by Reference?
What is synchronization and why is it important in java programming?
What is the numeric promotion?
Can singleton class be inherited in java?
Why does java doesnt suuport unsigned values?
How to find the largest value from the given array.
Difference between a class and an object?