Skip to content

Nuthalapati/GenericsJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

GenericsJava

Generics Java

The examples in this project apply to the concepts explained in the Generic Types. Generics enable you to use types as parameters when defining classes, interfaces and methods.

Type parameters provide a way for you to re-use the same code with different inputs.

Code that uses generics has many benefits over non-generic code:
  • Stronger type checks at compile time
  • Elimination of casts
  • Generic algorithms

About

Generics tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors