I have come across a problem, which I would have
lerned a long time ago. I'm just stuck. You have many
times been discussing instantiation without calling
the new() keyword. This is not possible in Java except
for the string class in a way, which of course is
strange.
What I wonder is, since Java is in a way C++, is
String myString; meaning the same as in Java WITH new
in its' predecessor (C++), is that's why these
questions come up so often? And while I'm at it, we
get either instantiated functions or class (static)
operators like this, myLabel.setText(""); but in C++
we sometimes have -> doing the same thing, why not in
Java (while I'm at it, what is ->, since I'm only into
Java, I don't know).
I hope these wonderings are not too much off topic.