Loading...

Java Generics - Part 3 - Static Methods, Multi Bound, Multi types - Java in Telugu - జావా తెలుగులొ

1833 64________

Are you confused about Generic Static Methods, Multiple upper bounds, Multiple Type parameters and how Generics work in Java?

Here is my next video in my series 'Java Generics in Telugu'.

In a nutshell, generics enable types (classes and interfaces) to be parameters when defining classes, interfaces and methods. Much like the more familiar formal parameters used in method declarations, type parameters provide a way for you to re-use the same code with different inputs. The difference is that the inputs to formal parameters are values, while the inputs to type parameters are types.
By the end of this video you will be able to understand about...
1. Generic Static Methods
2. Multiple upper bounds
3. Multiple Type parameters
4. Where Generics don't work: Limitations
5. Further References

Here's the link to full Generics playlist:
   • Java Generics - Java In Telugu - జావా...  

Part 1:    • Java Generics - Part 1 - How Generics...  

Part 2:    • Java Generics - Part 2 - Inheritance,...  

Please post your valuable feedback in the comments.

コメント