标签: java multithreading sockets jvm
我制作了一个gui服务器-客户端程序,发现gui以外的线程所花费的时间非常少。为什么这样 ? In following code why JVM is giving more time to a particular thread compared to the other?