Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们都知道,在一个系统中,一次只能执行一个线程。如果系统具有双处理器,java中是否可以同时执行两个线程?
这取决于JVM. 如果您使用许多 Java Thread,那么将在您的一个处理器上执行。(同时 - 这取决于时间 - 您需要知道您的 2 个线程在您的机器中并不孤单。
JVM
Thread