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

please give url to get orinal software for I-net crystal clear java report tools?

0 Answers  


Define the lifecycle for executing a jsp page.

0 Answers  


What do you mean by cgi?

0 Answers  


What is pure servlet?

0 Answers  


What is Single Threaded Model in Servlets? Explain this with an example?

10 Answers   Wipro,






Is java servlet still used?

0 Answers  


What is the difference between get and post methods?

0 Answers  


Which HTTP method is non-idempotent?

0 Answers  


how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file

0 Answers  


What is use of parseQueryString ?

1 Answers  


What is servlet initializer?

0 Answers  


Which exception is thrown if the servlet is not initialized properly?

0 Answers  


Categories