Xander Billaxanderbilla.hashnode.dev·Aug 1, 2018Data types & Identifier | JavaIn Java every variable and every expression has some type each and every data type define the type of data that a variable can hold. Every assignment should be checked by compiler for type compatibility. A variable is a named container for a particul...Javadata type in java