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
{...
Hi.
I would like to redirect a vector which contains a list of resultset elements retrieved from a database to a html page which is suppose to display this list as a selection list
I'm trying to figure out a way to redirect using RequestDispatcher preserving the original parameters.
I do...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.