Threads & Executor Framework in Java
Before understanding Threads lets understand what happens when java program runs.
Code Segment :
This stores compiled byte code (machine code) of Java Program.
All the thread within same process share same code segment.
Data Segment:
It conta...
backend-geek.hashnode.dev19 min read