Search results for vector



Yes a Vector can contain heterogenous objects. Because a Vector stores everything in terms of Object. [Source: JAGAN MOHAN "Interview questions bible ...
The basic difference between a Vector and an ArrayList is that, vector is synchronized while ArrayList is not. Thus whenever there is a possibility of ...
Yes a Vector can contain heterogenous objects. Because a Vector stores everything in terms of Object [Source: JAGAN MOHAN "Interview questions bible" ...
Vector is synchronized whereas arraylist is not.

[Source: JAGAN MOHAN "Interview questions bible"]