Showing posts with label Default value data type java. Show all posts
Showing posts with label Default value data type java. Show all posts

Monday, December 20, 2010

Data type Default value

Data type Default value

byte 0

short 0

int 0

long 0L

float 0.0f

double 0.0d

char '\u0000'

String (or any object) null

boolean false