Answer Posted / seema yadav
The reference variable is useful in OOP because it permits the manipulation of objects by reference, and eliminates the copying of object parameters back and forth. It is also important to note that reference can be created not only for built_in data types but also for user defined data types such as structures and classes
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
What is java Applet?
What is mean by encoding?
Is arraylist ordered in java?
What do you mean by inner class in java?
What is parsing a sentence?
Why is singleton instance static?
Can an interface implement another interface?
Can main() method in java can return any data?
How to display all the prime numbers between 1 and 100
Can we restart a dead thread in java?
How can I debug the Java security exceptions and AccessControlExceptions?
When do you call copy constructor?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What is functional interface in java?