Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Programming General (http://siteownersforums.com/forumdisplay.php?f=44)
-   -   C (http://siteownersforums.com/showthread.php?t=206505)

thevyakar 12-19-2017 05:56 AM

C
 
What is static block?

BryceBrady 12-27-2017 11:28 PM

Static block is used for initializing the static variables.This block gets executed when the class is loaded in the memory. A class can have multiple Static blocks, which will execute in the same sequence in which they have been written into the program.

thevyakar 01-02-2018 03:33 AM

Thanks for sharing your knowledge.


All times are GMT -7. The time now is 11:50 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.