Recent questions tagged Interview-question-answer

0 votes
    The process of communication between synchronized threads is termed as inter-thread communication. Inter-thread communication is used ... wait(), notify(), and notifyAll() methods....
answered Jan 19, 2021 by JackTerrance
0 votes
    What do you understand by inter-thread communication?...
asked Jan 19, 2021 in Technology by JackTerrance
0 votes
    There are the following differences between the process and thread. A Program in the execution is called the process ... changes in parent thread can affect the child thread....
answered Jan 19, 2021 by JackTerrance
0 votes
    Differentiate between process and thread?...
asked Jan 19, 2021 in Technology by JackTerrance
0 votes
    Zombie processes are the processes which are died but exit status is not picked by the parent process....
answered Jan 19, 2021 by JackTerrance
0 votes
    What are the Zombie processes?...
asked Jan 19, 2021 in Technology by JackTerrance
0 votes
    The $# shows total number of arguments passed to the script....
answered Jan 19, 2021 by JackTerrance
0 votes
    What is the use of "$#" in Shell Scripting?...
asked Jan 19, 2021 in Technology by JackTerrance
0 votes
    A Linux process generally passes through four stages: Waiting: In this stage, the Linux process waits for resource. ... the process has stopped but still active in process table....
answered Jan 19, 2021 by JackTerrance
0 votes
    What are the various stages of a Linux process it passes through?...
asked Jan 19, 2021 in Technology by JackTerrance
...