Write a Short notes on Vectors »
By Ramakrishna on Nov 2, 2008 in Define Vector | 0 Comments
VECTORS C and C++ programmers will know that generic utility functions with variable arguments can be used to pass different arguments depending upon the calling situations. Java does not support the concept of variable arguments to a function. This feature can be achieved in Java through the use of the Vector class contained in the [...]
