+ 1
Does pointer concept Exists in JAVA???
4 Respuestas
+ 4
Ashutosh Patel
"Java doesn’t support pointer explicitly, But java uses pointer implicitly"
Check this article of gfg for more info👇
https://www.geeksforgeeks.org/is-there-any-concept-of-pointers-in-java/#:~:text=Java%20doesn't%20support%20pointer,not%20available%20for%20outside%20use.&text=Pointing%20objects%3A%20In%20C%2C%20we,points%20to%20one%20thing%20only.
+ 2
Pointers are very important in c cpp without pointers c/cpp incomplete. But pointers have some drawbacks thats why java have no pointers.
For more info you can read this post.
http://net-informations.com/java/cjava/pointers.htm#:~:text=1.,arithmetic%20for%20the%20same%20reason.&text=No%20pointer%20support%20make%20Java,as%20we%20use%20them%20directly.
+ 1
No,there are no pointers in java
- 2
NO