الرجوع
الصوت
المظهر
تسجيل الدخول
علامة (يتطلب تسجيل الدخول)
تم الحل (يتطلب تسجيل الدخول)
Question 348/403
What is the difference between a static method and a non-static method in Java
A:
A static method can be called without an object, while a non-static method requires an object.
D:
A static method can access non-static variables, while a non-static method cannot.
B:
A non-static method can access static variables, while a static method cannot.
C:
A non-static method can be called without an object, while a static method requires an object.
Previous
Next