Hi all,
I have created a java object that contains some xml tags. When I print it using obj.toString(), it displays some hashed value something like objecttype@1234 5. But I want to display the exact value that it contains. Does anybody know how to do this?
Thanks
I have created a java object that contains some xml tags. When I print it using obj.toString(), it displays some hashed value something like objecttype@1234 5. But I want to display the exact value that it contains. Does anybody know how to do this?
Thanks
Comment