Define way of kernel object outlive process which created it

Explain the way of the kernel object outlive the process which created it.

E

Expert

Verified

When your process calls a function which creates a kernel object and then your process removes, the kernel object is not essentially destroyed. Within most circumstances, the object will be vanished; but if other processes are using the kernel object your process created, the kernel does not know to destroy the object till the other process has stopped using this.

   Related Questions in Programming Languages

  • Q : Explain Wrapper classes Wrapper

    Wrapper classes: The Java's primitive types are not of object types. The wrapper classes are stated in the java.lang package. They comprises of a class for each and every primitive type: Boolean, Byte, Double, Float, Integer, Long & Short and Char

  • Q : State Default label Default label : The

    Default label: The destination for all values employed in a switch statement expression which do not contain explicit case labels. The default label is not obligatory.

  • Q : Define Passing by value Passing by

    Passing by value: In this process separate memory builds for formal arguments and when any modifications done on formal variables, it will not influence the real variables. Therefore actual variables are preserved in this situation.

  • Q : Explain Method overriding Method

    Method overriding: It is a method stated in a super class might be overridden by a method of similar name stated in a sub class. The two methods should have similar name and number and types of formal arguments. Any checked exception thrown by sub-cla

  • Q : Describe object-oriented programming

    Briefly describe object-oriented programming (OOP)?

  • Q : Explain the term Latest XHTML

    Explain the term Latest XHTML Specification?

  • Q : Write a program that enters some text

    Write a program that enters some text into a char string called char text[100] and does the following: a) Calls a function called void vowels(char text[]) that prints out how many times each vowel (a/A, e/E, I/i, O/o, U/u) was foun

  • Q : Difference between the choice and list

    Illustrate the difference between the choice and list?

  • Q : Active Server Pages Briefly describe

    Briefly describe how Active Server Pages work. How, when, and where they are used.

  • Q : Explain Enumerated type Enumerated type

    Enumerated type: A data type-not directly accessible in Java - in which symbolic names are employed for a series of constant numeric values. They facilitate the evading of magic numbers. They can be simulated in the Java with fields i

©TutorsGlobe All rights reserved 2022-2023.