Name the keyword that makes a variable belong to a class, rather than being defined for each instance of the class.
A
static
B
final
C
abstract
D
native
E
volatile
Correct Answer: static