My Question is that i am using <image> tag in my servlet and
after compilation after that calling by url in my browser
then images are not showing. Sometime images are showing and
sometime is not showing. I am using Tomcat to run my
servlets.
Tell me if there any specification for image in servlets or
what is solution for this ??
Answer Posted / rao
u r trying wrong correct is <img src="">
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Differentiate between the get and post method
What are the types of servlets? Explain
What are the ways to handle multi-threading in servlets?
What are the functions of Servlet container?
Define the lifecycle for executing a jsp page.
What is the purpose of inter-servlet communication?
What is http servlet in java?
If a servlet is not properly initialized, what exception may be thrown?
How do you define a servlet?
Define context initialization parameters.
Explain the differences between jsp and servlet.
How can we refresh automatically when new data has entered the database?
What are its drawbacks of cgi?
List out difference between a JavaBean from a Servlet?
What is Client-Server Computing?