Hello Stackers,
this is a rather simple Problem for you all but I still want to ask my first question since I am recapping a lot of uni stuff.
I have created an Object with two Generic Type Constrains, which that Object can contain.
enter image description here
now I want to print it out but I get this reference.
enter image description here
I tried to
@Override
the toString Method in my Class, which I am trying to Print out.
I expected it to make the reference go away
enter image description here
Gabriel Timm is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.