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 ? | 8 Yes | 2 No |
Post New Answer View All Answers
Can you explain the final method modifier?
What is variable and constant explain with example?
Give a brief description of java socket programming?
Is arraylist ordered in java?
What is treeset in java collection?
List down the methods and interfaces of collection class in java.
What are the concepts of 'OOPS'?
What is better - 'bit-shift a value' or 'multiply by 2'?
What is static synchronization?
What is functional interface in java?
When throw keyword is used?
What is a treeset class?
What is preflight request?
Write a program in java to find the maximum and minimum value node from a circular linked list.
What is increment in java?