Define and explain COM?
Answer / atul
COM (Component Object Model) technology in the Microsoft
Windows-family of Operating Systems enables software
components to communicate. COM is used by developers to
create re-usable software components, link components
together to build applications, and take advantage of
Windows services.
| Is This Answer Correct ? | 4 Yes | 0 No |
What are the 7 c's of communication?
Explain what is the memory wall problem?
How do I use i3?
How to take backup using active directory recyclebin concept
What are the different types of fragmentation?
What is critical section problem?
What are distributed systems?
What is called a page fault?
Tell me about different OS related issues for a given set of C-programs (mainly address issues address space, paging etc.)
What kind of memory is a ram categorized as?
Do 64 bit applications use more memory?
Suppose if we have a variable 'I' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?