Describe the difference between a Thread and a Process?
Answer Posted / guest
We can have multiple threads in a single process.Thus we
can say threads are working units of a process.
| Is This Answer Correct ? | 32 Yes | 9 No |
Post New Answer View All Answers
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What are properties in oop?
write a C++ program for booking using constructor and destructor.
what is the sylabus for priliminaries?
What is coupling in oops?
What is interface in oop?
What is the real time example of encapsulation?
What are the benefits of oop?
What is static modifier?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Why do we use oop?
What are benefits of oop?
What is abstraction and encapsulation?
Why do we use class?
Why do we use class in oops?