What are variables declared inside a class but not inside a method called?

(A) global variables
(B) member variables
(C) local variables
(D) class-level variables

(B) member variables

Computer Science & Information Technology

You might also like to view...

If another thread attempts to invoke method acquire on an unavailable lock, the operating system places that thread in the________state until the lock becomes available.

a) waiting. b) locked. c) blocked. d) None of the above.

Computer Science & Information Technology

The objects added to a form are called ____.

A. tools B. labels C. controls D. boxes

Computer Science & Information Technology