when using collections in java I have this problem when compiling the code create me these keys and the sign of the same and inside add the code {=} as I delete those keys and that sign of the same
HashMap valor = new HashMap();
valor.put(h,"html");
System.out.println(valor);
the result thrown by the console is {= html} and I do not want it to come out so I need the code to come out clean only html without the keys or the sign of the same I hope you can help me thanks