All Questions
1 question
3
votes
2
answers
306
views
For what reasons Java and C# initialize static data on demand?
I am reading "The Go Programming Language" right now and I have read package initialization chapter which tells (or I read it wrong) that Go uses eagerly initialization.
So in time we saw say C++ ...