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 |
Why do you canvas?
Can constructor be synchronized?
How many bits are in a sentence?
Name the methods in mouse listeners ?
Does java have extension methods?
What is the method in java?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
How can we make copy of a java object?
Explain the meaning of java applet.
When do you get classcastexception?
How does indexof work?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???