Hi frnds ,iam new to java and j2ee ,my requirement is using
java or any j2eetech how to lock an user when he enter wrong
credentials(uname&password) more than 3 times.take the
username and passowrd in a bean no need to conned Db kindly
provide me sample application code or and ideas or links or
tutorials plzzzzz urgent for me thanks in advance...
Answer Posted / juser
If it is window based application then you can use static
varibale. I mean static counter varibale and every time
when user tries to enter user name and password then check
if it wrong increase counter.and if this counter variable
is more than 3 then block this user by updating DB.
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
difference between ejb,struts,hibernate,spring and jsp
What do you need to set-up a cluster with jboss?
Why doesn’t the focus feature on the tag work in every circumstance?
What is the purpose of the wait() method?
Can I use multiple html form elements with the same name?
Explain the difference between object state and behavior?
What is the purpose of the notify() method?
What is the map interface?
What is colon_pkg_prefixes and what is its use?
Describe, in general, how java's garbage collector works?
What are the design considerations while making a choice between using interface and abstract class?
What is the relationship between the canvas class and the graphics class?
Explain the different types of memory used by jvm?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Name the eight primitive java types.