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 are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What is parsing a string?
What is singleton math?
What is ctrl m character?
What lambda means?
What is matcher in java?
Explain when classnotfoundexception will be raised ?
What classes of exceptions may be caught by a catch clause in java programming?
What super () does in java?
Can we write a class without main method in java?
How many types of array are there?
Why is java called the platform independent programming language?
What does the string method compareto () do?
What is pre increment and post increment in java?
What is a modifier?