Which of the following can be referenced by a variable?
A. The instance variables of a class only
B. The methods of a class only
C. The instance variables and methods of a class
Answer Posted / kraja
C. The instance variables and methods of a class.
Is This Answer Correct ? | 30 Yes | 5 No |
Post New Answer View All Answers
What is the benefit of inner / nested classes ?
Can java list be null?
How to compare two strings in java program?
Why is string buffer better than string ?
What does it mean that a class or member is final?
What is the difference between class forname and new?
when to use ArrayList and when to use HashMap in webApplication.
What is java dot?
What do u mean by variable?
What is java lang object?
What is this keyword in java?
Differentiate between run time error and syntax error.
Can a variable be local and static at the same time?
What is the full form of jpeg?
What is java virtual machine and how it is considered in context of java’s platform independent feature?