Describe the difference between a Thread and a Process?
Answer Posted / subbu
1)
process is self loadable
while
thread is depends on operating system
2)
communication is possible between processes through some
mechanism
ex:shared memory, message queues
communication is possible between threads directly
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
2. Give the different notations for the class.\
What is oops in simple words?
What is destructor in oop?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
what are the different types of qualifier in java?
What is object in oop with example?
Why is there no multiple inheritance?
What is class and object with example?
What is the real time example of encapsulation?
Why is oop better than procedural?
What are the 3 pillars of oop?
write a programe to calculate the simple intrest and compund intrest using by function overlading
Why do while loop is used?
What is inheritance write a program to show use of inheritance?
Explain virtual inheritance?