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

give the syntax of doGet() and doPost()?

2 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 Servlet API used for connecting database?

0 Answers  


How to pass session values from one servlet container to another servlet container? or how can we get session values of one container in another container?

6 Answers   IBM, Infosys, TCS,


What is done after deploying a war file and before client gives a request

2 Answers   Bosch,






What are the difference between session and cookies in servlet? Explain

0 Answers  


What is servlet tunnelling?

1 Answers  


what are the different services provided by the web server?

2 Answers  


What are the functions of the servlet container?

0 Answers  


What is the importance of init() method in Servlet ?

0 Answers   BirlaSoft,


What is the difference between RequestDispatcher and sendRedirect?-

5 Answers   CTS,


How to get the current httpsession object?

0 Answers  


Categories