The Keyword Static Is Used #1105
The keyword static is used _______________
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Exception Handling & Static Class Members - OOPs MCQ: Static Member Functions - Quiz No.2.
The keyword static is used _______________
With declaration inside class and with definition outside the class
With declaration inside class and not with definition outside the class
With declaration and definition wherever done
With each call to the member function