# Definitions

NameTLDR meaningfurther explanations
TLDRToo long I didn't read📖open in new window
CLI / PromtCommand Line Interpreter / Interface en ligne de commande. Different from Graphical mouse clickable📖
Shell LinuxCLI of Linux (sh,bash,dash,csh,tcsh,zsh)📖open in new window
Java Heapshared among all Java virtual machine threads. The heap is the runtime data area from which memory for all class instances and arrays is allocated.📖open in new window
Java StackEach Java virtual machine thread has a private Java virtual machine stack holding local variables and partial results, and plays a part in method invocation and return📖open in new window