News

Because Runnable is an interface, any class can implement that interface by attaching an implements clause to the class header and by providing an appropriate run() method.