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
How can we invoke another servlet in a different application?
Explain how does JSP handle run-time exceptions?
How can we create deadlock situation in servlet?
What is the process to implement doget and dopost methods?
What is cookie? Why is cookie used?
Explain the lifecycle of a servlet?
What is generic servlet class?
Is java servlet still used?
What are the servlet events?
What is servlet and its use?
Why servlet is faster than jsp?
How do you design microservices?
If servlet receives multiple requests, how many objects will it create?
What exception should be thrown when servlet is not properly initialized?
What is the difference between encodeRedirectUrl and encodeURL?