AMA University Answers
Login
Register
AMA OED
Courses
ITE
ITE-6104
What do you call a variable th...
What do you call a variable that belong to the whole class?
None of the above
Class Variable
Correct
Class Method
Static Variable
Object Variable
Feedbacks
ExcitedTarsier
-
2 years ago
Upvoted this question
Similar ITE-6104 questions
What will be the value of x if we execute this: String s = "25"; int x = Integer.parseInt(s); ?
Which of the following creates an instance of a class?
Which of the following show casting object?
Which of the following will do implicit cast?
What do you call a blueprint of an object?
What is the result if we execute this: "a".equals("a");?