0 Comment
02 May 2011
Posted by Aals Generics simply explained Java is strongly types language, you are expected to know what values you are passing at compile time.There is no control as to what objects you place in a List or a Vector for example Vector v= new Vector(); v.add(new Vehicle); v.add(new Mammals) ; To create a Type...
Read more →







