How can i create a dangling pointer using Java?
|
feedback
|
|
According to Wikipedias definition below, no.
There is no way to delete (or "garbage collect" if you so wish) an object which some reference still points to. Further down in the above Wikipedia article you can indeed read:
The only way to make a reference not point to an ("valid") object, is to assign null to it. | |||||||||
feedback
|
|
You can not create dangling pointer in java, because there is no mechanism to explicitly deallocate memory | |||||
feedback
|
then if you try to say Is that what you mean? | ||||
|
feedback
|
|
Not available on all JVMs, but Sun's JVM does give you
| |||
|
feedback
|
ProcessBuilder, but as with JNI, you're not really using Java :-) – aioobe Feb 12 '11 at 6:41