多线程(java.Thread) 进程(Process) 线程的创建 开启线程时调用start方法 继承Thread类 实现Runnable接口(推荐) 实现Callable接口 静态代理模式 Lamda表达式 Funtional Interface(函数式接口)