Monday, April 30, 2007
Why Java does not support pointers?
Subscribe to:
Post Comments (Atom)
World of tricky Core Java Q&A(Java SE),Java EE and Open source technologies like Struts,Hibernate,Spring,Velocity etc
Disclaimer
Interview Questions On Java,Java EE Copyright © 2012
2 comments:
The garbage collection point is true, but don't we also need to mention the fact that pointers would make the programs more closely coupled with the system, which would kill the purpose of platform independence in Java?
bal chal question..java doesn't support the pointer concept..because jvm takes care of memory allocation by itself..so a programmer need not have to worry about allocating or reallocating of memory...
Post a Comment