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.

No comments:

Post a Comment

AUTHOR