What is meant by a static class?

In reply to dave_59:

Hi Dave , you said that all classes are dynamically constructed.

if the class is never constructed, that class’s static variables still get initialized before time 0?
is it true?
if true, will it waste memory resource?
Thanks!