Why pointers concept is not accepted by Java?

: 626
Paper : Java FAQ (Frequently Asked Questions and answers) for freshers | Platform : Object-oriented programming Language | Category : Programming FAQs

Pointers make the language a bit complex and unsafe too. But the java language is known for the simplicity. JVM looks after the implicit memory location. It will avoid direct access to the memory location by the user is more encouraged by Java.