V
Vasanth TT
Guys,
Please help me by answering my questions. Thanks in advance
1. What is the difference between below two declaration statements
int i; i=20;
and
int i=new int(); i=20;
2. String is a class. But why its not declared using "new" keyword?
-Vasanth TT
Please help me by answering my questions. Thanks in advance
1. What is the difference between below two declaration statements
int i; i=20;
and
int i=new int(); i=20;
2. String is a class. But why its not declared using "new" keyword?
-Vasanth TT