hi,
The following program for sorting a vector of objects based on partNo, now this was working in jdk1.2.2 but now since i have to use jdk1.1.8 , the Vector.get() and Vector.set() methods are not included, can i use any other alternative ????
import java.util.*;
public class sortTest
{...