vimwiki
Java variable and data type
Declaration
dataType
variableName
=
value
;
int
myVariable
=
2
;
Type
int
double
boolean
char
String (note the capitatl S)