InterviewSolution
Saved Bookmarks
| 1. |
What's the importance of security in web services? |
|
Answer» Security is considered a very important feature in any WEB application. It is essential in web SERVICES so that we can make confidential or sensitive INFORMATION and transactions more reliable. In web services, the security is attained through SSL (Service Socket Layer) that helps in developing EST (Entrust Secure Transaction) platform. |
|