Hey guys I have a question. I didn't quite understand why do I have to write the keyword new and the () in SpecialThread - - >> new Thread (new SpecialThread ()); Wouldn't be enough just address SpecialThread and nothing else? Or is it because it is a static class?