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 |
what is the new version of oops
write a program to find 2^n+1 ?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)
What are classes oop?
What does enum stand for?
What is polymorphism what is it for and how is it used?
should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks
What is operator overloading? Give Example
11 Answers CTS, IBM, TCS,
What is the difference between static polymorphism and dynamic polymorphism?
difference between class and object
10 Answers Chandan, IBM, Magic Soft,
What is the difference between and interface and an abstract class ?
4 Answers IBM, Infosys, Ness Technologies,