Today I read about a static class and a private constructor.
Static class We cannot create an instance in a static class. we cannot inherit a static class. Only one instance is created.
Private constructor. We cannot create an instance. We cannot inherit. (I do not know how many instances are being created.)
I created two console applications, that is, one for the static class, for the private constructor.
Static class code

I understood one object in the generated form, since the constructor is called once.
Private constructor code

Now I did not understand if any object was created or not.
I have two questions.
1. Static. , , Private Constructor, Static-, .
2. , ?
.
EDIT:
, .
, . .
1. : , . , . , " , ?"
2. , ? 0, CLR. , .