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
Why is Servlet so popular?
What's the servlet interface?
What is Client-Server Computing?
Given the request path below, which are context path, servlet path and path info?
How do you find out what client machine is making a request to your servlet
How we can call a jsp from the servlet?
What is servlet initializer?
What exactly are the functions of servlet?
When a servlet accepts a call from a client, it receives two objects. What are they?
How do you invoke a servelt?
What is meant by a web application
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What is the difference between a generic servlet and http servlet?
What is meant by Servlet? What are the parameters of service method?
What are the advantages of cookies?