0
Whats is "String" and "int" 😳
i know what what they do but what actually are they called like what category are they in . while() < is a method type Void < is a return type String? int?
5 Réponses
+ 2
Data-types.
+ 3
int is a primitive data type.
String is a object data type.
+ 1
int is an integer ex: 1,2,3 so on
+ 1
thanks guys , so a String is a non-primitive data type and int is a primitive data type but both are data types.
0
i know this but what category are they in with java keywords