why java does not support pointers
hai
any one tell me why java doesn't support pointers.instead it will do
the same(means storing address,not arithematic operations on address)
using reference variables.can any one plese clarify my doubt
thanks regards
chandu
.
Relevant Pages
- Re: why java does not support pointers
... >the same(means storing address,not arithematic operations on address) ... >using reference variables.can any one plese clarify my doubt ... Java has references. ... (comp.lang.java.programmer) - Re: why java does not support pointers
... > the same(means storing address,not arithematic operations on address) ... > using reference variables.can any one plese clarify my doubt ... Yes, java does not allow pointer arithmatic, but you can consider ... (comp.lang.java.programmer) - Re: code Sample
... The MAJOR thing wrong with the below link is that it makes NO reference to ... only references the storing of images, such as *.jpg files (which can also ... Search that is fully support by Microsoft in SQL Server 7.0, ... > The following article and links to KB articles should give you everything ... (microsoft.public.sqlserver.programming) - Re: RWList pass by reference -probkem
... If you do a simple change and store pointers instead of just ... Changing from storing values to storing pointers is never *a simple change*. ... RWListIter works, ... If something is passed by reference, then nothing is copied at all. ... (comp.lang.cpp) - Re: ArrayList behavior
... > If I put the instantiation of b inthe loop all is well. ... You have only one book object in your array and it's in there five ... It is, as you suggest, storing a reference. ... (comp.lang.java.programmer) |
|