class Integer {
int a ;
public Integer(){
a = 0;
}
}
Is My Above Program Right ...???
The Integer is a Wrapper Class
I didnt get Any Syntax Error In Blue J or Eclipse
Answers
Answered by
0
It's right.........m........
Similar questions