Saturday, January 27, 2007

Why Java does not support pointers?

Because pointers are unsafe. Java uses reference types to hide pointers and programmers feel easier to deal with reference types without pointers. This is why Java and C# shine.


SOURCE : www.referjava.com

No comments: