Computer Programming MCQs Java concepts and its programming
Q Name the keyword that makes a variable belong to a class, rather than being defined for each instance of the class?
  • A A. Abstract
  • B B. Static
  • C C. Volatile
  • D D. Final
Leave a Comment