Computer Science, asked by Unitex22, 9 months ago

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 vibhamalviya8
0

It's right.........m........

Similar questions