Let's test your knowledge. Fill in the missing part by typing it in.
In Java, threads are created and run using the __________
class. To create a new thread, you can extend the __________
class or implement the __________
interface.
Write the missing line below.