Examveda

Which of the following statements are incorrect?

A. static methods can call other static methods only

B. static methods must only access static data

C. static methods can not refer to this or super in any way

D. when object of class is declared, each object contains its own copy of static variables

Answer: Option D


This Question Belongs to Java Program >> Miscellaneous In Java

Join The Discussion

Related Questions on Miscellaneous in Java