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...
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / hero
Please Stop Learning About JAVA Its Better For Your Life....
Worst Doubt...
| Is This Answer Correct ? | 2 Yes | 0 No |
how i secure my site with the https protocol.what are the steps?
Explain the stub's and skeleton's functionality?
What is thread deadlock? How to resolve thread deadlock?
what is a portable component?
Explain the advantages and disadvantages of detached objects.
what we can't do in jdbc but can do hibernate?
Which class is the immediate superclass of the menucomponent class?
Write a program on RMI and JDBC using StoredProcedure?
How do you iterate in Hashmap?
how to create Calculator GUI using Gridbaglayout as like as Window Calculator??????????? (Open calculator Go-->Run-->type calc-->Enter)
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
What are different types of controls in AWT?