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 meaning of I ++ in java?
What is difference between float and double?
What are different data structures in java?
What is visibility mode?
What happens when a thread cannot acquire a lock on an object in java programming?
What is a nullable field?
Can we call the run() method instead of start()?
What is the difference between an object-oriented programming language and object-based programming language?
What is a nested structure?
Can a constructor be private and how are this() and super() method used with constructor?
Explain the differences between abstraction and encapsulation?
What is the name of the java compiler?
What is t in parametric equations?
How many decimal places is a double?
What is the difference between multitasking and multithreading in Java