Monday, April 8, 2013

Why Java does not support pointers?


Ans:  java does not support pointers because of pointers need so memory spaces at the run time. to reduce the usage of memory spaces java does not support pointers. and also pointers take more time at the run time