[java] Does Java have pointers?

Started by
11 comments, last by MetaKnight 21 years ago
Java is runs in a garbage collected enviroment. Everything is a "pointer" or more accurately a "reference" in Java.

Read up more on the environment and language before coding with it :-)

Advertisement
oh man, i just realized what you guys were telling me
sorry this is like my first day with java
thanks a lot, got everything working now
Try taking a look at
java.util.LinkedList 



#Old Steve, he said to Xerox "Boys, turn your heads and cough"
And when no-one was looking he ripped their interfaces off#
Three Dead Trolls in a Baggie on the truth behind MacOS 1

SketchSoft | SketchNews
www.aidanwalsh(.net)(.info)

This topic is closed to new replies.

Advertisement