what is the use of thread?Justify it by project point of view
Answer Posted / ramya
A thread is a light weight process which is used to execute multiple operations at same time
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Difference between Preemptive scheduling vs. Time slicing?
How do you change an int to a string?
Name and explain the types of ways which are used to pass arguments in any function in java.
How does arraylist work in java?
What is the maximum size of list in java?
List some features of the abstract class.
How will you print number in reverse (descending) order in BST.
Explain the differences between static and dynamic variables?
What is ternary operator in java?
Why you should not use singleton?
How do you clear a list in java?
How do you convert int to char in java?
Is it possible to override private or static method in java?
For class CFoo { }; what default methods will the compiler generate for you>?
List out benefits of object oriented programming language?