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 servlet configuration?
can i call init() method in destroy() method of servlset. ?
What is the purpose of inter-servlet communication?
Tell us something about servletcontext interface.
What are all the protocols supported by httpservlet?
How do servlets work?
hi.... i have problem in running of servlet. i am using Tomcat server in my pc.. The problem is when i am click on strat it will display like below FAIL - Application at context path /first could not be started.. How i can slove the problem.. help plz
What is servlet container. how it works?
What is MIME Type?
Why the concept of single thread model interface is used?
Explain the difference between servlet and cgi?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?