✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What is true about threads?
a) Threads of one process have access to each other's data (memory).
b) If you wish to define a class that extends MyString and can be used to create a thread, you may define the class to implement the interface Runnable.
c) The method wait() is used to wait for another thread to exit.
d) In every Java application, at least one thread is running.