0
why we use String everywhere in Java, like in labels, text fields even we need some integer value
3 ответов
0
because we can represent integers in strings easily. but other way is bit difficult
0
But we have to parse it everytime
0
yes. that is just one step. And more over you are asking integers for label and text fields right?
labels will display text and text fields also Will have text and text is string data type.