regarding insertion of image using servlet

i dont know how to insert tne image in servlet or jsp. i know only abt insertion of image in oracle. plz help me
[119 byte] By [ayappan.s@gmail.coma] at [2007-11-27 9:18:04]
# 1
inserting an image or banner in servlet is pretty precise and easy. i am also new to servlet. just google on "how to insert image in servlet" i bet you will get lots of answers.
lrngjavaa at 2007-7-12 22:09:01 > top of Java-index,Java Essentials,Java Programming...
# 2

The image has to be delivered as a separate transaction from the HTML. The HTML contains an IMG tag which typically references a servlet, using some identifying information in a query string to specify which image. Typically your first transaction stores either information on the image, or the image itself in session and a key in the query string, specifies which image to get from session.

malcolmmca at 2007-7-12 22:09:01 > top of Java-index,Java Essentials,Java Programming...