Thu Jan 29, 2009 10:10 pm
class myClass
{
private short shortVar;
private int intVar;
private long longVar;
private float floatVar;
private double doubleVar;
private boolean booleanVar;
}
boolean false
byte 0
short 0
char `\u0000`
int 0
float 0.0f
double 0.0d
long oL
public void display()
{
int x;
System.out.println(x);
}
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.