default values primitive types java
boolean		false		1 bit
char		'\u0000'	2 byte
byte		0			1 byte
short		0			2 byte
int			0			4 byte
long		0L			8 byte
float		0.0f		4 byte
double		0.0d		8 byte
                                
                            default values primitive types java
boolean		false		1 bit
char		'\u0000'	2 byte
byte		0			1 byte
short		0			2 byte
int			0			4 byte
long		0L			8 byte
float		0.0f		4 byte
double		0.0d		8 byte
                                
                            Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us