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