For example,
Code:
int i = 0;

int i = new int(0);
Is there any difference? Thanks.