Well, I'm trying to name an Array of Strings in Java, but I wanted it to be, for example:
String[] symbols;
And that could be stated like this:
symbols["name"] = "Tiago";
I know that Array does not exist like this, but in some other way, how?