What is MIME Type?
No Answer is Posted For this Question
Be the First to Post Answer
Who is responsible for writing a constructor?
What is the default http method in the servlet?
How will you open a new page after certain interval of time (5 sec), on clicking of a button in an html page?
What is the type of method for sending request from http server?
What do you mean by url pattern in servlet?
What is servlet instance?
How do I use cookies to store session state on the client?
What is difference between get and post method?
How do you deal property files in servlet?
What are the advantages of Servlet over CGI?
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
Servlet is pure java object or not?