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
Which class is the immediate superclass of the menucomponent class?
What is clustering? What are the different algorithms used for clustering?
What restrictions are placed on the values of each case of a switch statement?
Why a client should be multithreading? Explain.
Why are my checkboxes not being set from on to off?
Why is actionform a base class rather than an interface?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
What is mdb and what is the special feature of that?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What is aop(assepct oriented programing)?
the same information whether it will connect to the database or it will be used previous information?
Which container method is used to cause a container to be laid out and redisplayed?
What is a class loader? What are the different class loaders used by jvm?
we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?
What is ioc concept & explain it?