1.

Can We Use Generics With Array?

Answer»

If you know the fact that ARRAY doesn’t support Generics and that’s why Joshua bloach SUGGESTED to PREFER LIST over Array because List can provide compile time type-safety over Array.

If you know the fact that Array doesn’t support Generics and that’s why Joshua bloach suggested to prefer List over Array because List can provide compile time type-safety over Array.



Discussion

No Comment Found