Answer Posted / rambabu gonela
Servlet security issues:
1. Authentication
2. Authorization
3. Confidentiality
4. Data Integrity
All of the implementation details of the security will be
taken care by the container or vendor specific security
packages.DD can be used to declare the component based
security level and their access to deferent roles
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How many objects of a servlet is created?
Why doesn’t a servlet include main()?
What do you mean by httpservlet?
What is the use of servletconfig interface?
How can an existing session be invalidated?
What is meant by a servlet?
What is the use of httpservletresponsewrapper?
What is http servlet in java?
What is the difference between context parameter and context attribute?
What must be implemented by all servlets?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What are the different methods of session management in servlets?
What’s the difference between genericservlet and httpservlet?
What is servlet and list its types?
What is meant by a web application