Generics

From Suhrid.net Wiki
Revision as of 03:58, 25 May 2011 by Suhridk (talk | contribs)
Jump to navigationJump to search
  • Generics is a way to enforce ONLY compile-time type safety.
  • All the type information is not present at run-time. The compiler strips out type information from the bytecode using a process called type erasure.