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
Explain RMI Architecture?
wahts is mean by dynavalidatorform in struts/
What is the difference between static and non-static with examples?
What are the oops concept?
Why are some of the class and element names counter-intuitive?
What modifiers may be used with an interface declaration?
Define the remote object implementation?
how i secure my site with the https protocol.what are the steps?
Why use POJO when I can use hashmap
What are the different algorithms used for clustering?
why static class in java
What is permgen or permanent generation?
difference between ejb,struts,hibernate,spring and jsp
Is the ternary operator written x : y ? Z or x ? Y : z ?
What are transaction attributes?