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 method is used to specify a container's layout in java programming?
Explain with example the concept of constant variable in java.
What is Garbage Collection in Java
How hashmap increases its size in java?
How does the garbage collector works in java?
What is a 16 bit word?
How are the elements of a gridbaglayout organized in java programming?
What is the best definition for data?
What is string and its types?
Which types of exceptions are caught at compile time?
Can singleton class be inherited in java?
How do you add spaces in java?
What is the benefit of abstract class?
How big is a pointer?
What is private static class in java?