MCQOPTIONS
Saved Bookmarks
| 1. |
When is the static constructor called? |
| A. | After the first instance is created |
| B. | Before default constructor call of first instance |
| C. | Before first instance is created |
| D. | At time of creation of first instance |
| Answer» D. At time of creation of first instance | |