Describe the difference between a Thread and a Process?

Answer Posted / p suresh kumar

Thread uses shared memory. But process uses different
memory.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is class in oop with example?

625


What is byval and byref? What are differences between them?

1692


What is object in oop?

688


when to use 'mutable' keyword and when to use 'const cast' in c++

1651


Can bst contain duplicates?

675






Where You Can Use Interface in your Project

1429


What are two types of polymorphism?

615


what type of questions

1697


What is meant by oops concept?

616


Please send ford technologies placement paper 2 my mail id

1660


What are the components of marker interface?

606


What is inheritance in oop?

605


What does and I oop mean in text?

626


What is the importance of oop?

617


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

1992