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
Answer / guest
An administrator can only add a record.so ofcoursr he has
his own id and widout it he cannot do any opration to database
| Is This Answer Correct ? | 8 Yes | 0 No |
What is the inter-servlet communication?
When servlet is loaded?
What is the GenericServlet class?
When should you prefer to use doget() over dopost()?
can it possible to validate form field before execution of a servlet service method if yes how??
What are the methods in HttpServlet?
Can we override servlet service method?
What advantages do servlets have over CGI programs?
What is the protocol used by Server & Client?
What are the advantages of Servlet over CGI?
Why do we need a constructor in a servlet if we use the init method?
what happens if we wont use destroy()?