What are the security issues in Servlets?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we have servlet listeners?

607


What is servlet lazy loading?

703


What is servlet attributes and their scope?

600


Can filter be used as request or response?

548


How do you invoke a Servlet? What is the difference between doPost method and doGet method?

651






Define the life cycle of a servlets.

580


Differentiate between the get and post method

571


What is new in ServletRequest interface ? (Servlet 2.4)

583


What are the features added in Servlet 2.5?

777


What is the web server used for running the Servlets?

585


What do you mean by web applications?

637


What is meant by a web application

547


How the JSP file will be executed on the Server side?

650


What's the servlet interface?

602


What do you mean by singlethreadmodel interface?

588