How to maintain security in servlets?

Answers were Sorted based on User's Feedback



How to maintain security in servlets?..

Answer / ravikiran(aptech mumbai)

By Adding a tag known as <security-constraint> in web.xml

Is This Answer Correct ?    5 Yes 0 No

How to maintain security in servlets?..

Answer / 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

More Servlets Interview Questions

What is getservletcontext?

0 Answers  


How many servlet objects are created?

0 Answers  


What are some advantages of storing session state in cookies?

0 Answers  


What are the jobs performed by servlets?

0 Answers  


What is a cookie What is the difference between session and cookie

0 Answers  


What are the phases of a servlet life cycle?

0 Answers  


Name the packages that work with servlet?

0 Answers  


What are the methods in HttpServlet?

8 Answers  


What is the use of Servlets?

7 Answers   Infosys,


Explain load on start-up and its importance?

0 Answers  


Why is Servlet so popular?

0 Answers  


What exception should be thrown when servlet is not properly initialized?

0 Answers  


Categories