init() method of servlet loaded by?
Answers were Sorted based on User's Feedback
Answer / madan
init() method of the servlet is loaded by the servlet
container which resides in the server.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / sowjanya
init() method of the servlet is loaded by container.The init() method called only once in a servlets life.
| Is This Answer Correct ? | 2 Yes | 0 No |
Which interface should be implemented by all servlets?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What is the GenericServlet class?
How can we include static files in the jsp page?
What is the difference between an applet and a servlet?
15 Answers GCEW, Miracle Solutions,
Explain the methods of request dispatcher in servlet?
how can you give alias to servlets?
Differentiate between get and post?
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 ??
Explain their methods? Tell me their parameter names also have you used threads in servlet?
which type of data passing is used in realtime?
What are the life cycle methods of a servlet?