Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 is the use of servlet wrapper classes?

0 Answers  


What are the types of servlets? Explain

0 Answers  


What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?

0 Answers  


What is dispatcher servlet?

0 Answers  


What is the difference between portlet and servlet?

0 Answers  


Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?

0 Answers  


Explain how does JSP handle run-time exceptions?

0 Answers   BirlaSoft,


Whats the advantages using servlets over using CGI?

0 Answers  


Is java servlet still used?

0 Answers  


What are its drawbacks of cgi?

0 Answers  


Should I override the service() method?

0 Answers  


How many Cookies can a host support?

2 Answers  


Categories