Explain How does the kernel object outlive the process that created it?
Submitted by: AdministratorIf your process calls a function that creates a kernel object and then your process terminates, the kernel object is not necessarily destroyed. Under most circumstances, the object will be destroyed; but if another process is using the kernel object your process created, the kernel knows not to destroy the object until the other process has stopped using it
Submitted by: Administrator
Submitted by: Administrator
Read Online Windows Programing Job Interview Questions And Answers
Top Windows Programing Questions
☺ | Explain the cause of thrashing? How does the system detect thrashing? Once it detects thrashing, what can the system do to eliminate this problem? |
☺ | Explain What are GPO links? What special things can I do to them? |
☺ | Explain Dispatcher? |
☺ | Explain What is multi tasking, multi programming, multi threading? |
☺ | Explain Difference between Primary storage and secondary storage? |
Top Coding/Programming Categories
☺ | Python Interview Questions. |
☺ | OOP Interview Questions. |
☺ | Software engineering Interview Questions. |
☺ | PHP Interview Questions. |
☺ | VBA (Visual Basic for Applications) Interview Questions. |