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 |
Name the servers that can be used to develope and deploy Servlets?
What is the difference in between the httpservlet and generic servlet?
What is the difference between Servlets and Applets?
How can you push data from an Applet to a Servlet?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
Whether we can get deadlock situation in servlets?
How to notify an object in session when session is invalidated or timed-out?
How to make sure a servlet is loaded at the application startup?
Can we use threads in Servlets?
What is servlet configuration?
Write a command to get actual path of a servlet to the server?
How to pass JavaBeans data to JSP using Servlets?