Re: why java does not support pointers
- From: "Mike Schilling" <mscottschilling@xxxxxxxxxxx>
- Date: Sat, 31 Dec 2005 17:36:10 GMT
"chandu" <chandu.penjarla@xxxxxxxxx> wrote in message
news:1136014041.840278.22760@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> 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
Java references are pointers, but they're not much like C or C++ pointers,
so a different term was used. (Of course, Java references are nothing like
C++ references either...)
.
- References:
- why java does not support pointers
- From: chandu
- why java does not support pointers
- Prev by Date: Re: J2ME MIDP 1.0 reading files outside jar /res ?
- Next by Date: JAVA is DEAD
- Previous by thread: Re: why java does not support pointers
- Next by thread: Use of properties class
- Index(es):
Relevant Pages
|