1.

How To Write Parametrized Class In Java Using Generics ?

Answer»

This is an extension of PREVIOUS Java GENERICS interview question. Instead of ASKING to write GENERIC method Interviewer may ask to write a type safe class using generics. again key is instead of using raw types you need to used generic types and ALWAYS use standard place holder used in JDK.

This is an extension of previous Java generics interview question. Instead of asking to write Generic method Interviewer may ask to write a type safe class using generics. again key is instead of using raw types you need to used generic types and always use standard place holder used in JDK.



Discussion

No Comment Found