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
How many types of threads are there in java?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
When should you use arraylist and when should you use linkedlist?
What is difference between float and double?
How we can make copy of a java object?
How do you compare objects in java?
What is procedure overloading?
What is double parsedouble in java?
What is difference between char array and string?
How will you reverse a link list without using recursion?
Why super is first line in java?
Can we make a constructor final?
Is there a sort function in java?
Can singleton class be serialized?
What are the main features of java?