Skip to main content
Yujie's blog
My Knowledge Base
Catelog
Computer Basic
Data Scructure and Algotithm
Frontend
Network
Backend
OOP & Java
Springboot Fromework
DevOps & MidWare
MySQL
Redis
Nacos
HPC
CUDA Tutorial
OpenMPI
Projects
Thesis projects
[BSc] Help Rich Info Get Richer
[MSc] Testing and Mutation Testing on GPU kernels
Campus projects
Stryker Cloud Agent
Cloud Cost Optimisation (Ideas)
Syncnema (SoA Course Project)
Personal projects
YJ Music Player
API Monitor
Life
About My Life
Diaries
Essays
Ideas
Life Manual
My Life Manual
Study Mode
Java 多线程入门
Yujie Liu
Less than 1 minute
Computer Science
Programming Language
Java
#
Java 多线程入门
进程,是对运行时程序的封装,是系统进行资源调度和分配的基本单位,实现了操作系统的并发。
线程,是进程的子任务,是 CPU 调度和分派的基本单位,实现了进程内部的并发。
Next
How Thread-safe 如何实现线程安全