What is the difference between Process and Threads?
Answer Posted / yash modi
In threading environment,one portion of program can run
independently of other portions.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the different algorithms used for clustering?
what is the use of State Factories?
Which javutil classes and interfaces support event handling?
Is “abc” a primitive value?
Difference between new operator and class.forname().newinstance()?
What is the relation between the infobus and rmi?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
Can you control when passivation occurs?
what are memory considerations of jsp compares to other web components?
What is a modular application?
What is the purpose of the wait() method?
What are callback interfaces?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
What is mdb and what is the special feature of that?
Can I import same package/class twice? Will the jvm load the package twice at runtime?