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
Explain how to improve Servlet Performance?
What is the purpose of inter-servlet communication?
Why doesn’t a servlet include main()? How does it work?
What is difference between PrintWriter and ServletOutputStream?
What are different methods of session management in servlets?
Why HttpServlet class is declared abstract?
What are different ways for authentication of servlet?
What is URL Encoding?
What are some advantages of storing session state in cookies?
What is the purpose of dispatcherservlet properties?
What is a deployment descriptor?
Which method is called when reference variable is passed in system.net?
Explain get and post.
Explain mvc pattern.
What do you mean by cgi and what are its drawbacks?