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 httpservlet class?
Can you create a deadlock condition on a servlet?
How to prevent browser from caching the page content?
What is the difference between the include() and forward() methods?
Explain the lifecycle of a servlet?
What's the use of servletcontext?
What do you mean by annotations in servlet?
What is the use of java servlet api?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What are the objects involved when a servlet receives a call from client?
What are the ways to handle multi-threading in servlets?
What is ServletContext object?