Why Java does not support Pointers?

Java designers keep only two things in their mind while language is being developed – a) to make programming simple to practice and 2) to increase performance. Towards this goal only Java does not support Pointers. Reasons for Java does not support Pointers: 1. The first and very important reason is the security. The concept …

Why Java does not support Pointers? Read More »