(b) Multiple threads
Reason: In Java, multiple threads can be executed at the same time. A Java standalone application always starts with a single thread known as the main thread that is associated with the main() method.
In the operating system, only one thread is executed at a time.