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
Are registers volatile?
What are the common uses of "this" keyword in java ?
How many bytes is a char in java?
What is == mean?
What is data member in java?
What does java ide mean?
Which collection does not allow duplicates in java?
What is a functional interface?
How do you check whether the list is empty or not in java?
Can vector have duplicates in java?
Explain about the security aspect of java?
What do bitwise operators do?
Can we override singleton class?
Can list be final in java?
What is sortedset in java?