TLDR |
Too long I didn't read |
:book: |
CLI / Promt |
Command Line Interpreter / Interface en ligne de commande. Different from Graphical mouse clickable |
:book: |
Shell Linux |
CLI of Linux (sh,bash,dash,csh,tcsh,zsh) |
:book: |
Java Heap |
shared among all Java virtual machine threads. The heap is the runtime data area from which memory for all class instances and arrays is allocated. |
:book: |
Java Stack |
Each 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 |
:book: |