الرجوع
الصوت
المظهر
تسجيل الدخول
علامة (يتطلب تسجيل الدخول)
تم الحل (يتطلب تسجيل الدخول)
Question 5/427
Which of the following is true about static variables in Java?
D:
They are initialized when the object is created.
C:
They are initialized when the method is called.
B:
They are initialized when the class is loaded.
A:
They are initialized when the constructor is called.
Previous
Next