Link to home
Start Free TrialLog in
Avatar of coolgem
coolgem

asked on

Java: How to print out a hash map?

I have a hash map. I don't know how to print it out.
Thank you
Avatar of ramazanyich
ramazanyich
Flag of Belgium image

If you want simple output then just use use System.out.print(yourmap);
ASKER CERTIFIED SOLUTION
Avatar of ramazanyich
ramazanyich
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of coolgem
coolgem

ASKER

Thank you ramazanyich