what is a thread?
Answers were Sorted based on User's Feedback
Answer / narayana swamy
thread is an object oriented representation of flow of
process(i.e part of process)
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / shiva
In java environment we have to introduce the multipart
program that executes simultaniously depending on the
priority called threads
| Is This Answer Correct ? | 0 Yes | 3 No |
What is the importance of finally block in exception handling?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
What causes memory leak in java?
How to change the priority of thread or how to set the priority of thread?
What are synchronized methods ?
Why are parameters used in functions?
If two threads have same priority which thread will be executed first ?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
What is exception propagation?
What is garbage collection? Can it be forced to run?
What are the two ways to create a thread?
What is void in java?