Hi Viewers,
In this video, we learned one of the confusing concepts in JAVA i.e is the use of toString() method in java.
toString() method is the method present in Object class and as we know the parent class of each class in Java is Object class directly or indirectly. So by default when the object reference is printed it calls the object class toString() method.
We can also override the toString() method in our class and make its implementation as per our need.
#toString
#java
#java_tutorial
core java step by step tutorial
core java easy tutorial
user of toString() method in core java
why toStirng() method prints the random value
the actual user of toString method in java