Answer Posted / rambabu gonela
Servlet security issues:
1. Authentication
2. Authorization
3. Confidentiality
4. Data Integrity
All of the implementation details of the security will be
taken care by the container or vendor specific security
packages.DD can be used to declare the component based
security level and their access to deferent roles
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is cookie in servlet?
How httpservlet is different from the genericservlet?
request parameter how to find whether a parameter exists in the request object?
How can we create deadlock situation in servlet?
What is difference between cookies and httpsession?
What are the types of Session Tracking ?
Is that servlet is pure java object or not?
How servlet is created?
Differentiate between the get and post method
I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>
What is a web container and what is its responsibility?
How does java thread pool work?
What's the servlet interface?
What is servlet and its types?
How do I use cookies to store session state on the client?