Vidyalelo
Java Programming · Q64

Miscellaneous Java

Programming · Java Programming · question 64

Q64

How many copies of static and class variables are created when 10 objects are created of a class?

A.
1, 10
Answer
B.
10, 10
C.
10, 1
D.
1, 1

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board