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

Difference between forward() method and sendredirect() method ?

0 Answers  


what is the difference between do get/dopost

9 Answers  


What are the drawbacks of cgi?

0 Answers  


What is the capacity that doGet method can send to the server?

5 Answers  


How to pass JavaBeans data to JSP using Servlets?

2 Answers  


Explain the differences between jsp and servlet.

0 Answers  


Explain the lifecycle of a servlet?

0 Answers  


Explain request dispatcher and its methods.

0 Answers  


What are the phases of a servlet life cycle?

0 Answers  


Explain load on start-up and its importance?

0 Answers  


What is the difference between using getSession(true) and getSession(false) methods?

0 Answers  


how the jsp page can be regenerated?

2 Answers   HCL,


Categories