I working with an java object, in which when I hover over it is defined as follows:
Employee= {Welder@4562}"Welder tech"
Name = "Fred"
age = "32"
I am baffled as to what {Welder@4562}"Welder tech" is. However, I need to change "Welder Tech" to some other text. How can I do this? (I believe this object was created by reflections)