how to remove range from vector...
hi frnds,
i have to delete bunch of record from vector for a specific range.
i use removeRange() from java.util.vector but it give following compile time error
removeRange() has protected access in java.utl.Vector and void type not allowed
so please anyone one tell me,how i can solve my problem and how this method is used in real application.
thanx in advance
regards,
pandev84

