thks for your help,
for(int i=0;i<=v.size();i++)
{
if(v.elementAt(i).equals(v2.elementAt(i))
}
when i did like this iam getting error
arvin