0
why pointers are not used in java?
can we use pointer concept in java if not why?
4 Respuestas
0
we have access specifiers in java ....so pointers are not required
0
not required in the sense java is not supporting them why
0
i think the best reason why pointers are not permitted in Java language is the security issues. Pointerd allows dynamic memory allocation and other capabilities, however intruders (hackers) can make use of this to manipulate the program.
0
thanks neeraj