Can you implement pointers in a Java Program?

Java Virtual Machine takes care of memory management implicitly. Java’s primary motto was to keep programming simple. So, accessing memory directly through pointers is not a recommended action. Hence, pointers are eliminated in Java.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *