Should you protect the global data in threads? Why or why
not?
Answers were Sorted based on User's Feedback
Global data need to be stored in a common place where each
thread can access it within that program. So it shouldnot
be stored on a particular thread but in the process's
memory where each thread can access it.
| Is This Answer Correct ? | 1 Yes | 1 No |
diff between Abstract class Interfaces?
Why polymorphism is used in oops?
Name an advantage of array over linked list?
24 Answers GML, IBM, Software Solutions,
What is the main difference between C++ and Java
Can we have a private virtual method ?
What is polymorphism give a real life example?
What is ambiguity in inheritance?
I am developing a payroll system mini project.I used file concept in program for reading and writing.When the program is reloading into the memory that is if i execute next time the file was cleaned and adding data from the starting this is my problem.I want to strore the previous data and if i want to add any record that should be next of previous data.Please help me.
how to swap the variables without using temp and operators
What is the difference between a constructor and a destructor?
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What are objects in oop?