Multiple Choice
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) public
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Which is the keyword used to inherit
Q2: The method sqrt() is defined in the
Q4: The keyword used to refer the current
Q5: Which of these is not a correct
Q6: _ is used to initialize objects.<br>A)Methods<br>B)arguments<br>C)constructors<br>D)new keyword
Q7: Which method defined in Integer class can
Q8: Identify the type of inheritance when two
Q9: The keyword used inside a class to
Q10: If a class inheriting an abstract class
Q11: Which of these keywords are used to