problem with applet servlet communication
hi everyone,
i m using an applet(running on client side) which communicates with servlet for executing sql queries.
the servlet executes the sql query on the server side and gets the results and stores it in a resultset...
NOW... can i pass this whole result set to that applet on client side..
if yes...please give me an example or show me some way to how get it done...
thanx in advance
vijay

