Datatypes in Java With Diagram




Data types

        Primitive                                       Non-primitive
  Numeric                 Non-numeric            Array Class Interfaces
Integer  Floating         Character  Boolean 
Int               Float
Short          Double
 long
byte

Comments