Join IDNLearn.com and start exploring the answers to your most pressing questions. Get prompt and accurate answers to your questions from our community of knowledgeable experts.
Answer:
Static variables are initialized only once
Explanation:
Only one copy of static variables are created when 10 objects are created of a class
A static variable is common to all instances of a class because it is a class level variable