What are the security issues in Servlets?
Answers were Sorted based on User's Feedback
Answer / bikash khuntia
1.Using Cookies is not secure for sending and recieving data
bcz everyone can view and modify the data in cookies
2.Using doGet() for sending user information to server
being visible in browser
| Is This Answer Correct ? | 57 Yes | 3 No |
Answer / akanksha agarwal
there are 2 type of applets-
*trusted
*untrusted
untrusted applets are constrained to operate in sand
box.they can not put the operations in user's machine which
are dangerous.this include reading and writing files.code
that are loaded from a remote machine is also untrusted.
trusted servers are those which are loaded from the local
machines.they are not dangerous for the system.
| Is This Answer Correct ? | 16 Yes | 4 No |
What is the protocol used by Server & Client?
what is servlet and what you get when we use servlets?
What’s the difference between forward() and sendredirect() methods?
How to generate the server side programming and the advantages of it over the other languages?
What are the various ways of session supervision in servlets?
What is difference between GenericServlet and HttpServlet?
Explain in detail about applet to servlet communication?
What if you need to span your transaction across multiple servlet invocations?
Can I override destroy() method of Servlets?
what is meant by Transaction Isolation Levels?
What is the difference between Servlets and Applets?
What is servlet and list its types?