What are the security issues in Servlets?

Answers were Sorted based on User's Feedback



What are the security issues in Servlets?..

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

What are the security issues in Servlets?..

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

Post New Answer

More Servlets Interview Questions

What are the types of Session Tracking ?

0 Answers  


How session tracking can be achieved, if your browser doesn't support cookies (or) if cookies are disabled?

2 Answers  


What is difference between cookies and httpsession?

0 Answers  


Who is responsible for writing a constructor?

0 Answers  


What is the default http method in the servlet?

0 Answers  






When the methods init() and Distroy() will be called?

2 Answers  


What do you mean by url pattern in servlet?

0 Answers  


What do you mean by session tracking?

0 Answers  


Can we refresh servlet in client and server side automatically?

0 Answers  


What if you need to span your transaction across multiple servlet invocations?

0 Answers  


In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify

0 Answers  


What do you understand by mime type?

0 Answers  


Categories