A toString() is an in-built method in Java that returns the value given to it in string format . Hence, any object that this method is applied on, will then be returned as a string object.
What is toString method in Java?
A toString() is an in-built method in Java that returns the value given to it in string format . Hence, any object that this method is applied on, will then be returned as a string object.