0
why didn't java support Pointers?
4 Antworten
+ 1
I thought this was pointing in java or is it just referencing i always think point too makes it easier for me?
new program x = new program();
x.method(1,2);
/\
|
| Here
0
See Java tutorial->classes and objects->value and reference types. Reference types are like pointers. Arrays are like pointers. Any language that does data structures must support pointers. So, what do you mean?
0
thanks