Answer Posted / 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 |
Post New Answer View All Answers
How do cookies work in servlets?
What are the life-cycle methods for a servlet?
How to get the actual path of servlet in server?
What is the use of servletconfig interface?
How does java thread pool work?
Explain the jar and war files in servlet?
When to use doget() and when dopost()?
How to generate the server side programming and the advantages of it over the other languages?
Can we use the constructor, instead of init(), to initialize servlet?
What's the advantages using servlets than using cgi?
What is a generic servlet?
What is a servlet?
What is the dispatcher servlet?
Explain session tracking and its importance?
What is the type of method for sending request from http server?