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 Posted / 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 |
Post New Answer View All Answers
How will two or three servlets interact or communicate with each other?
What is Client-Server Computing?
Explain the features are in servlet 3?
What is the use of java servlet api?
What are the steps that are involved in using the httpservlet class?
What is SingleThreadModel interface?
Is servlet a controller?
What is the process to implement doget and dopost methods?
Hello, My project requirement is like I need to create a web page using MVC pattern. I hava a bean class, jsp page, servlet, service and dao. My jsp has two fields. One is dropdown list. The option values has to get populated from the database table. The other one is a text box and its value has to come from database table. As of now I have defined the fields in bean class, got the values from database using arraylists in dao class and I called this from service class. Can anyone please tell me the workflow of how the servlet will get this arraylist and populate the arraylist values as dropdown options in jsp page? Also I would like to know the role of bean class in MVC pattern? Thanks in advance!
How to create war file?
What is the difference between the servlets and cgi programs?
What is servlet attributes and their scope?
How we can call a jsp from the servlet?
What do you mean by session tracking?
Why session tracking is needed?