One of the reasons people will use servlets is security.
We can provide security in servlets in two ways 1.Declaratively 2.Programatically
Using this security features we can guarantee these
security items 1.Authenitcation
2.Authorization
3.Data integrity
4.Data confidentiality.
In web.xml we an define which resources are to be constrained and which http methods are constarined and how to guarantee the data transmission
security.
How we will provide security in jsp's & servlets ?
Profile Answers by seshkanth.d Questions by seshkanth.d
Questions by seshkanth.d