Asked: Anonymously |Category: JAVA
Pointers are not used in Java. Java is an object-oriented programming language and is basically known for its simplicity of code. JVM uses implicit memory allocation to avoid direct access to memory which can be unsafe. Thus pointers are not used in Java.
Comments