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
Answers were Sorted based on User's Feedback
Answer / kraja
C. The instance variables and methods of a class.
Is This Answer Correct ? | 30 Yes | 5 No |
Answer / puneet khanna
Why wud u ask this if botth can be accessed by the refence
variable that points to the object of that class;
Is This Answer Correct ? | 4 Yes | 1 No |
How to define a constant variable in Java?
When will we use class loader?
Explain Linked HashSet
What is java full form?
what is business delegate?
What is the difference between jsp and servlet?
What is meant by overloading?
Can we have a method name same as class name in java?
What are the restrictions imposed on method overriding?
How are variables stored?
Iterator in the HashMap is fail-safe means what?
What is float in java?