الرجوع
الصوت
المظهر
تسجيل الدخول
علامة (يتطلب تسجيل الدخول)
تم الحل (يتطلب تسجيل الدخول)
Question 37/39
Which of the following is true about the behavior of class variables in Java
A:
They are always assigned a value in the constructor.
B:
They cannot be declared as final.
C:
They are shared among all instances of the class.
D:
They can be changed only by static methods in the class.
Previous
Next