Threads are used a lot in java, so I should probably understand how they actually work. They’re one of those things you use all the time without thinking about what’s really happening under the covers. I know threads and processes are related, but not exactly how. First of all, what’s a process? To understand threads inside a process you need to understand processes first. A process is an individual thing that’s separate.. Read More