| A2: | The sleep() method is declared to be static, which means that there is only one copy of this method and that it resides at the class level. As a result, you can call it with either a handle to an instance or the name of the class. The preferred approach is to call it with the name of the class. |