Datatypes in Java

 Data types :

  1. int 4 bytes 
  1. long 8 bytes whole nos. 
  1. short 2 bytes 
  1. float 4 bytes floating point nos. 
  1. double 8 bytes 
  1. char 2 bytes (uni-code char set ) 
  1. byte 1 byte (single raw byte) 
  1. boolean (True or False)

Post a Comment

Previous Post Next Post