java为什么需要多线程

http://xiebh.iteye.com/blog/51466   JAVA 线程编程 ----为什么要用多线程(Why Use Multiple Thread)

1、与用户的更好交互(Better Interaction with the User)

2、模拟同时进行的活动(Simulation of Simultaneous Activities) 

3、开发利用多处理器(Exploitation of Multiple Processors) 

4、当等待慢的I/O操作时,可以做其他事情(Do Other Things While Waiting for Slow IO Operations)

5、简化对象建模(Simplify Object Modeling) 


你可能感兴趣的:(java,java,java,多线程)