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
How to read and write image from a file ?
Write a program to print the pattern given below
Explain about exception propagation?
What is udp in java?
Can we sort arraylist in java?
What are runtime exceptions?
Difference between collection, collection and collections in java?
Name four container classes.
How do you insert a line break?
Can we define constructor in inner class?
What is a methodologist?
What is the this keyword?
What is lambda in java?
Can we use both this () and super () in a constructor?
how would you implement a thread pool? : Java thread