What do you mean by default initialization in java servlet?
Answer / Namita Singh
Default Initialization refers to the process where the Servlet container initializes a Servlet for the first time. It occurs when a web application starts and is completed before any requests are processed.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the way a client can be tracked?
What is Servlets and explain the advantages of Servlet life cycle?
what is meant by Transaction Isolation Levels?
can u give some realtime example in ploymorphism? and inheritance?
Explain the servlet filter.
Whether we can get deadlock situation in servlets?
How we can check in particular page the session will be alive or not
how the server will know its the same jsp page?
What's the advantages using servlets than using cgi?
What do you mean by cgi in servlet?
What is the difference between Get and Post Method?
What is servlet mapping?