Which two statements are true about the init process? (Choose two.)
A.
Process ID (PID) of init is always 1.
B.
Process ID (PID) of init is always 0.
C.
The first process spawned by the kernel is init.
D.
init uses the execQ method to spawn a new process.
E.
By default, normal users can use init to change the run level.