What are the advantages of servlets over traditional cgi?
No Answer is Posted For this Question
Be the First to Post Answer
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?
Explain the methods of request dispatcher in servlet?
What is the difference between jsp and servlet life cycle?
Explain the methods in Generic and HTTP Servlets?
without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this
How can the session in servlet can be destroyed?
What are the types of an http request?
what is servlet life cycle?
How to maintain security in servlets?
Can servlet have a constructor ?
How servlets are deployed in java?