T
Tony Johansson
Hello!
If I write this statement
int number = new int();
I don't get compiler error or run time error
but how will the compiler read such a statement ?
For example will number be a reference to a new int on the heap?
//Tony
If I write this statement
int number = new int();
I don't get compiler error or run time error
but how will the compiler read such a statement ?
For example will number be a reference to a new int on the heap?
//Tony