< Back
Page 4 of 4
Like this article? We recommend
Conclusion
Conclusion
This article wrapped up this series by introducing you to the need for generic methods. It also focused on how generics are implemented to explain why you couldn’t assign new E[size] to elements.
You can learn more about generics by studying Gilad Bracha's "Generics in the Java Programming Language" PDF-based tutorial (around 70KB). Another excellent resource that you need to study is Angelika Langer's "Java Generics FAQ".
< Back
Page 4 of 4