`kill` is sending the process `SIGTERM` asking it ...
# random
o
kill
is sending the process
SIGTERM
asking it to terminate, in JVM it will run the shutdown hooks and interrupt threads
👍 1