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?

22nd Jul 2017, 1:00 PM
D_Stark
D_Stark - avatar
5 Réponses
+ 2
Data-types.
22nd Jul 2017, 3:46 PM
Rrestoring faith
Rrestoring faith - avatar
+ 3
int is a primitive data type. String is a object data type.
22nd Jul 2017, 1:06 PM
Hassie
Hassie - avatar
+ 1
int is an integer ex: 1,2,3 so on
22nd Jul 2017, 1:01 PM
_Retr0/-
_Retr0/- - avatar
+ 1
thanks guys , so a String is a non-primitive data type and int is a primitive data type but both are data types.
22nd Jul 2017, 6:51 PM
D_Stark
D_Stark - avatar
0
i know this but what category are they in with java keywords
22nd Jul 2017, 1:02 PM
D_Stark
D_Stark - avatar